flake8 fixes (#35)

* flake8 fixes

* added baselines/setup.cfg

* style checks using setup.cfg in baselines
This commit is contained in:
pzhokhov
2018-08-21 17:41:25 -07:00
committed by Peter Zhokhov
parent 3900f2a447
commit 3a006ba50e
4 changed files with 17 additions and 4 deletions

View File

@@ -1,5 +1,4 @@
from setuptools import setup, find_packages
from functools import reduce
import sys
if sys.version_info.major != 3: