apply pyupgrade

This commit is contained in:
David Lord 2020-04-04 09:43:06 -07:00
parent 1e5e3aae8a
commit 67bb43b738
54 changed files with 169 additions and 230 deletions

View file

@ -44,7 +44,7 @@ def runner(app):
return app.test_cli_runner()
class AuthActions(object):
class AuthActions:
def __init__(self, client):
self._client = client