Skip to content

Commit 218d01e

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

configshell/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
from .shell import ConfigShell
2323

2424
__all__ = [
25-
'Console',
26-
'Log',
2725
'ConfigNode',
26+
'ConfigShell',
27+
'Console',
2828
'ExecutionError',
29+
'Log',
2930
'Prefs',
30-
'ConfigShell',
3131
]

0 commit comments

Comments
 (0)