Skip to content

Commit a3f277c

Browse files
committed
Fix format
1 parent a82389c commit a3f277c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@
1212
description="A Python DB-API 2.0 client for the AWS Aurora Serverless Data API",
1313
long_description=open("README.rst").read(),
1414
install_requires=["botocore >= 1.38.40, < 2"],
15-
extras_require={
16-
"async": "aiobotocore >= 2.23.1, < 3"
17-
},
15+
extras_require={"async": "aiobotocore >= 2.23.1, < 3"},
1816
packages=find_packages(exclude=["test"]),
1917
platforms=["MacOS X", "Posix"],
2018
test_suite="test",

0 commit comments

Comments
 (0)