mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
flake8!
This commit is contained in:
parent
86bf23c1fa
commit
db3180abba
1 changed files with 2 additions and 2 deletions
|
@ -4,5 +4,5 @@
|
|||
import sys
|
||||
sys.path.insert(0, str(".."))
|
||||
|
||||
from pysollib.settings import VERSION
|
||||
print ("VERSION =",VERSION)
|
||||
from pysollib.settings import VERSION # noqa: E402,I202
|
||||
print("VERSION =", VERSION)
|
||||
|
|
Loading…
Add table
Reference in a new issue