Skip to content

Commit

Permalink
πŸ› Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Jul 7, 2024
1 parent 8bdf581 commit 2b3e93d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion laminci/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,6 @@ def main():
print(f"\nrun: {command}")
run(command, shell=True)
elif args.command == "doc-changes":
from ._docs_changes import doc_changes
from ._doc_changes import doc_changes

doc_changes()

0 comments on commit 2b3e93d

Please sign in to comment.