mirror of
https://github.com/apache/superset.git
synced 2026-04-21 17:14:57 +00:00
chore(pre-commit): Add pyupgrade and pycln hooks (#24197)
This commit is contained in:
@@ -516,7 +516,7 @@ class TestRequestAccess(SupersetTestCase):
|
||||
)
|
||||
self.assertEqual(
|
||||
access_request3.roles_with_datasource,
|
||||
"<ul><li>{}</li></ul>".format(approve_link_3),
|
||||
f"<ul><li>{approve_link_3}</li></ul>",
|
||||
)
|
||||
|
||||
# cleanup
|
||||
|
||||
Reference in New Issue
Block a user