mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
[mypy] Enforcing typing for superset.examples (#9469)
Co-authored-by: John Bodley <john.bodley@airbnb.com>
This commit is contained in:
@@ -20,7 +20,7 @@ from superset import db
|
||||
from superset.models.core import CssTemplate
|
||||
|
||||
|
||||
def load_css_templates():
|
||||
def load_css_templates() -> None:
|
||||
"""Loads 2 css templates to demonstrate the feature"""
|
||||
print("Creating default CSS templates")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user