-
Notifications
You must be signed in to change notification settings - Fork 83
Open
Labels
Description
Hi. I have a file that has this line:
from ci.zimbeast.test_scripts.framework.test_interrupt.seq_lib \
import IntTestSequence, send_int
Autoflake crashes with:
File ".../python3.10/site-packages/autoflake.py", line 350, in __init__
self.from_, imports = self.IMPORT_RE.split(line, maxsplit=1)
ValueError: not enough values to unpack (expected 2, got 1)