You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 31, 2026. It is now read-only.
A recent change of flake8 or its config causes the code style check to fail on the master branch - it complains about a string.format(...) function used in _signing.py file:
google/cloud/storage/_signing.py:156:13: F523 '...'.format(...) has unused arguments at position(s): 0
A recent change of flake8 or its config causes the code style check to fail on the master branch - it complains about a
string.format(...)function used in _signing.py file:google/cloud/storage/_signing.py:156:13: F523 '...'.format(...) has unused arguments at position(s): 0/cc @frankyn