Skip to content

Commit

Permalink
docs: fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
kraanzu committed Dec 2, 2024
1 parent adaa1f3 commit 84ecb1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/docs/formatters/description.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ This formatter strikes the todos which are completed, and optionally dimmify the

```python

from dooit_extras.formatters import todo_description_progress
from dooit.ui.api.events import subscribe, Startup
from dooit_extras.formatters import description_strike_completed


@subscribe(Startup)
Expand Down Expand Up @@ -111,7 +111,7 @@ Options available for `fmt` parameters are:

```python

from dooit_extras.formatters import description_strike_completed
from dooit_extras.formatters import todo_description_progress
from dooit.ui.api.events import subscribe, Startup


Expand Down

0 comments on commit 84ecb1c

Please sign in to comment.