Skip to content

Commit b5db119

Browse files
authored
linter - fix line too long in setup.py
1 parent 33d2c58 commit b5db119

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
"google-api-python-client >= 1.12.5",
4040
"oauth2client >= 4.0.0",
4141
"PyYAML >= 3.0",
42-
"pyOpenSSL >= 19.1.0, <=24.2.1", # https://github.com/iterative/PyDrive2/issues/361
42+
# https://github.com/iterative/PyDrive2/issues/361
43+
"pyOpenSSL >= 19.1.0, <=24.2.1",
4344
],
4445
extras_require={
4546
"fsspec": [

0 commit comments

Comments
 (0)