Skip to content

Commit

Permalink
Update dependency pyright to v1.1.353
Browse files Browse the repository at this point in the history
Co-authored-by: NextFire <[email protected]>
  • Loading branch information
renovate[bot] and NextFire committed Mar 8, 2024
1 parent 44dc543 commit 21d0a6b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions sachi/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@


def get_config_path() -> Path:
if __package__ is None:
raise ImportError("This module must be imported as a package")
pkg_meta = metadata(__package__)
app_dir = Path(typer.get_app_dir(pkg_meta["Name"]))
app_dir.mkdir(parents=True, exist_ok=True)
Expand Down

0 comments on commit 21d0a6b

Please sign in to comment.