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 9, 2026. It is now read-only.
all of the generated request keyword arguments break pep8 (they should not have spaces around =)
Stylistically, I find the keyword arguments better to read than all of the inline dicts for the request syntax. It'd be great if the tool had an option to emit the keyword args version.
I just tried the fixup script and ran into a few issues.
PublisherClient.publishdoes not take the new style parameters:requestand keyword args are documented to be mutually exclusive:requestkeyword arguments break pep8 (they should not have spaces around=)Stylistically, I find the keyword arguments better to read than all of the inline dicts for the
requestsyntax. It'd be great if the tool had an option to emit the keyword args version.