Skip to content

Commit 5d7c982

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent fb0db6c commit 5d7c982

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/tendo/__init__.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
__email__ = "[email protected]"
1111
__status__ = "Production"
1212
__all__ = (
13-
"tee",
14-
"unicode",
13+
"__version__",
1514
"execfile2",
1615
"singleton",
17-
"__version__",
16+
"tee",
17+
"unicode",
1818
)
1919

2020

0 commit comments

Comments
 (0)