Skip to content

Commit 28a3cbe

Browse files
committed
sort imports
1 parent 36ed8a6 commit 28a3cbe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flake8_async/runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
import libcst as cst
1414

15+
from .base import Error, Options
1516
from .visitors import (
1617
ERROR_CLASSES,
1718
ERROR_CLASSES_CST,
@@ -26,7 +27,6 @@
2627
from libcst import Module
2728

2829
from .visitors.flake8asyncvisitor import Flake8AsyncVisitor, Flake8AsyncVisitor_cst
29-
from .base import Error, Options
3030

3131

3232
@dataclass

0 commit comments

Comments
 (0)