mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
style(mypy): Spit-and-polish pass (#10001)
Co-authored-by: John Bodley <john.bodley@airbnb.com>
This commit is contained in:
@@ -20,7 +20,7 @@ from copy import copy
|
||||
from cachelib.redis import RedisCache
|
||||
from flask import Flask
|
||||
|
||||
from superset.config import * # type: ignore
|
||||
from superset.config import *
|
||||
|
||||
AUTH_USER_REGISTRATION_ROLE = "alpha"
|
||||
SQLALCHEMY_DATABASE_URI = "sqlite:///" + os.path.join(DATA_DIR, "unittests.db")
|
||||
|
||||
Reference in New Issue
Block a user