mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
chore: upgrade black (#19410)
This commit is contained in:
@@ -34,7 +34,10 @@ CSS_TEMPLATES_FIXTURE_COUNT = 5
|
||||
|
||||
class TestCssTemplateApi(SupersetTestCase):
|
||||
def insert_css_template(
|
||||
self, template_name: str, css: str, created_by_username: str = "admin",
|
||||
self,
|
||||
template_name: str,
|
||||
css: str,
|
||||
created_by_username: str = "admin",
|
||||
) -> CssTemplate:
|
||||
admin = self.get_user(created_by_username)
|
||||
css_template = CssTemplate(
|
||||
|
||||
Reference in New Issue
Block a user