Skip to content

Commit dfe9fb4

Browse files
committed
Remove unused variable.
1 parent 871f84d commit dfe9fb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/import.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@ def main(argv):
726726
try:
727727
importer.parse(file)
728728
importer.satanize(arg.clean)
729-
except (FormatError, AttributeError, ValueError) as e:
729+
except (FormatError, AttributeError, ValueError):
730730
die("%s is not a exported %s file" % (arg.file, arg.manager))
731731
except PermissionError as e:
732732
die(e)

0 commit comments

Comments
 (0)