From d68c5ff8fb90286f6983253bf5d1555727a149bb Mon Sep 17 00:00:00 2001 From: konstin Date: Fri, 27 Jan 2023 22:56:18 +0100 Subject: [PATCH] Replace tab indent with spaces to fix #1429 --- src/templates/__init__.py.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/__init__.py.j2 b/src/templates/__init__.py.j2 index a64034451..95c2a4730 100644 --- a/src/templates/__init__.py.j2 +++ b/src/templates/__init__.py.j2 @@ -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__