Skip to content

Commit

Permalink
DVT-32 - fix problems
Browse files Browse the repository at this point in the history
  • Loading branch information
erayerturk committed Jan 22, 2024
1 parent 98a8d96 commit b5a74f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions superset/dvt_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
from superset.dvt_security_manager.security_manager import DVTSecurityManager

APP_INITIALIZER = DVTAppInitializer # pylint: disable=invalid-name
CUSTOM_SECURITY_MANAGER = (
DVTSecurityManager # pylint: disable=invalid-name # type: ignore
CUSTOM_SECURITY_MANAGER = ( # pylint: disable=invalid-name # type: ignore
DVTSecurityManager
)

LANGUAGES = {
Expand Down

0 comments on commit b5a74f5

Please sign in to comment.