Skip to content

Commit

Permalink
Fixed mypy error
Browse files Browse the repository at this point in the history
Co-authored-by: Matthias Hörtenhuber <[email protected]>
  • Loading branch information
remiolsen and mashehu authored Apr 15, 2024
1 parent 0492f19 commit b8efca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anglerfish/__main__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import multiprocessing

from .anglerfish import app
from .cli import app

if __name__ == "__main__":
multiprocessing.freeze_support()
Expand Down

0 comments on commit b8efca4

Please sign in to comment.