We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df07636 commit fac8115Copy full SHA for fac8115
galgebra/lt.py
@@ -2,7 +2,6 @@
2
Multivector Linear Transformation
3
"""
4
5
-import sys
6
import inspect
7
import types
8
import itertools
setup.cfg
@@ -41,8 +41,7 @@ per-file-ignores =
41
./galgebra/ga.py:E231,E231,E266
42
43
# E231 missing whitespace after ','
44
- # F401 'sys' imported but unused
45
- ./galgebra/lt.py:E231,F401
+ ./galgebra/lt.py:E231
46
47
# E124 closing bracket does not match visual indentation
48
# E125 continuation line with same indent as next logical line
0 commit comments