Skip to content

Commit

Permalink
Replace tab indent with spaces to fix #1429
Browse files Browse the repository at this point in the history
  • Loading branch information
konstin authored Jan 27, 2023
1 parent 6e9a266 commit d68c5ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/__init__.py.j2
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ from .{{ crate_name }} import *

__doc__ = {{ crate_name }}.__doc__
if hasattr({{ crate_name }}, "__all__"):
__all__ = {{ crate_name }}.__all__
__all__ = {{ crate_name }}.__all__

0 comments on commit d68c5ff

Please sign in to comment.