Skip to content

Commit be10efa

Browse files
committed
👕 obey black coding syntax
1 parent cc21e6d commit be10efa

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

templates/__init__.py.jj2

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
from {{name|replace('-', '_')}}._version import __version__
22
from {{name|replace('-', '_')}}._version import __author__
33

4-
__all__ = (
5-
'__author__',
6-
'__version__',
7-
)
4+
__all__ = ("__author__", "__version__")

templates/_version.py.jj2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = '{{version}}'
2-
__author__ = '{{author}}'
1+
__version__ = "{{version}}"
2+
__author__ = "{{author}}"

0 commit comments

Comments
 (0)