Skip to content

Commit 12911ce

Browse files
committed
Fix lint error.
1 parent 0015998 commit 12911ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mycli/packages/special/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
from enum import Enum
21
from collections import namedtuple
2+
from enum import Enum
33
import logging
44

55
from mycli.packages.special import export

0 commit comments

Comments
 (0)