Skip to content

Commit

Permalink
ci: fix mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
karlicoss committed Dec 5, 2023
1 parent 9948022 commit 15e134a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/orger/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def todo(dt: datetime, **kwargs):


def orger_user_dir() -> Path:
import appdirs
import appdirs # type: ignore[import-untyped]
return Path(appdirs.user_config_dir('orger'))


Expand Down

0 comments on commit 15e134a

Please sign in to comment.