Skip to content

Commit fac8115

Browse files
committed
flake8: fix F401 'sys' imported but unused
printer.py is left untouched to reduce chance of conflicts
1 parent df07636 commit fac8115

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

galgebra/lt.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
Multivector Linear Transformation
33
"""
44

5-
import sys
65
import inspect
76
import types
87
import itertools

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ per-file-ignores =
4141
./galgebra/ga.py:E231,E231,E266
4242

4343
# E231 missing whitespace after ','
44-
# F401 'sys' imported but unused
45-
./galgebra/lt.py:E231,F401
44+
./galgebra/lt.py:E231
4645

4746
# E124 closing bracket does not match visual indentation
4847
# E125 continuation line with same indent as next logical line

0 commit comments

Comments
 (0)