mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-14 18:12:35 +08:00
Run pyupgrade --py38-plus (#590)
This commit is contained in:
@ -18,7 +18,7 @@ def teardown_function(function):
|
||||
c = _conns[0]
|
||||
cur = c.cursor()
|
||||
for t in _tables:
|
||||
cur.execute("DROP TABLE {}".format(t))
|
||||
cur.execute(f"DROP TABLE {t}")
|
||||
cur.close()
|
||||
del _tables[:]
|
||||
|
||||
|
Reference in New Issue
Block a user