Skip to content

Commit e47429c

Browse files
committed
remove unused import
1 parent a8e3c4b commit e47429c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unpythonic/syntax/letdo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
from functools import partial
1212

13-
from ast import Call, Name, Attribute, \
13+
from ast import Name, Attribute, \
1414
Tuple, List, \
1515
BinOp, LShift, \
1616
FunctionDef, Return, \

0 commit comments

Comments
 (0)