]> git.ipfire.org Git - thirdparty/python-fints.git/commitdiff
Resolve flake8 problems
authorRaphael Michel <mail@raphaelmichel.de>
Mon, 2 Jan 2017 19:37:39 +0000 (20:37 +0100)
committerRaphael Michel <mail@raphaelmichel.de>
Mon, 2 Jan 2017 19:37:39 +0000 (20:37 +0100)
fints3/segments/statement.py
setup.cfg [new file with mode: 0644]

index 038560fa9ebdebf8056f6d5406fada961e66f226..5f3f891f2a6e0e6e21cf69225738d20d5447c3b9 100644 (file)
@@ -1,5 +1,3 @@
-import time
-
 from . import FinTS3Segment
 
 
diff --git a/setup.cfg b/setup.cfg
new file mode 100644 (file)
index 0000000..1fd4893
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,2 @@
+[flake8]
+max-line-length = 160