Skip to content

Commit

Permalink
Replace tab indent with spaces to fix PyO3#1429
Browse files Browse the repository at this point in the history
  • Loading branch information
konstin authored and messense committed Jan 31, 2023
1 parent 36d6302 commit 1a39542
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 1a39542

Please sign in to comment.