Skip to content

Commit 1460848

Browse files
committed
code fix
1 parent 8329d06 commit 1460848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylinter/run-mccabe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import ast, sys
1+
import ast
22
import mccabe
33
from .utils import collect_sources
44

0 commit comments

Comments
 (0)