Skip to content

Commit 85aecd4

Browse files
committed
Fix flake8
1 parent fb5dc36 commit 85aecd4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
def read(f):
2020
return open(os.path.join(os.path.dirname(__file__), f)).read().strip()
2121

22+
2223
extras_require = {'sa': ['sqlalchemy>=0.9'], }
2324

2425

@@ -34,6 +35,7 @@ def read_version():
3435
else:
3536
raise RuntimeError('Cannot find version in aiomysql/__init__.py')
3637

38+
3739
classifiers = [
3840
'License :: OSI Approved :: MIT License',
3941
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)