Skip to content

Commit eb5b6d2

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/tendo/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
__email__ = "sorin.sbarnea@gmail.com"
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)