forked from orbit-oss/flask
apply pyupgrade
This commit is contained in:
parent
57d628ca74
commit
524fd0bc8c
54 changed files with 169 additions and 230 deletions
|
|
@ -44,7 +44,7 @@ def runner(app):
|
|||
return app.test_cli_runner()
|
||||
|
||||
|
||||
class AuthActions(object):
|
||||
class AuthActions:
|
||||
def __init__(self, client):
|
||||
self._client = client
|
||||
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ def test_get_close_db(app):
|
|||
|
||||
|
||||
def test_init_db_command(runner, monkeypatch):
|
||||
class Recorder(object):
|
||||
class Recorder:
|
||||
called = False
|
||||
|
||||
def fake_init_db():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue