Skip to content

Commit

Permalink
Linting (#56)
Browse files Browse the repository at this point in the history
* Reformatted

* Automatic ruff fixes

* Ruff fixes
  • Loading branch information
scmmmh authored Aug 24, 2023
1 parent c1a3ff2 commit 5846b8e
Show file tree
Hide file tree
Showing 16 changed files with 813 additions and 810 deletions.
2 changes: 1 addition & 1 deletion museum_map/__main__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .cli import cli
from museum_map.cli import cli

if __name__ == "__main__":
cli()
Loading

0 comments on commit 5846b8e

Please sign in to comment.