Skip to content

Commit a2d7bed

Browse files
committed
fixed lint
1 parent d107a2a commit a2d7bed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# Exclude google-auth 2.43.0, 2.44.0, 2.45.0 due to an incompatibility.
2525
# See: https://github.com/googleapis/google-auth-library-python-oauthlib/issues/422
2626
"google-auth>=2.15.0,<3.0.0,!=2.43.0,!=2.44.0,!=2.45.0",
27-
"requests-oauthlib>=0.7.0"
27+
"requests-oauthlib>=0.7.0",
2828
)
2929

3030

0 commit comments

Comments
 (0)