rough-vase-83553
10/19/2022, 10:16 PMfrom typing import (
cast,
)
The relevant code uses tokenize.generate_tokens
to extract imported symbols on each line of the import, which crashes when a line is empty in multi-line statement. Although arguably this is a bug in the tokenize library itself. How unfortunate.enough-analyst-54434
10/19/2022, 10:18 PMrough-vase-83553
10/19/2022, 10:19 PMhigh-yak-85899
10/19/2022, 10:22 PMrough-vase-83553
10/19/2022, 10:23 PMbitter-ability-32190
10/19/2022, 10:29 PMhappy-kitchen-89482
10/19/2022, 11:27 PMrough-vase-83553
10/19/2022, 11:59 PM