Explorar o código

Ignore import error.

Joe Clarke hai 7 meses
pai
achega
b9948caa3a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .flake8

+ 1 - 1
.flake8

@@ -1,5 +1,5 @@
 [flake8]
 exclude = cmlutils,*venv*,.git,.eggs,__pycache__,docs/source/conf.py,old,build,dist
-ignore = E731
+ignore = E731, E402
 max-complexity = 20
 max-line-length = 140