Skip to content

Commit

Permalink
black link
Browse files Browse the repository at this point in the history
  • Loading branch information
hughhhh committed Feb 27, 2023
1 parent fad4c22 commit e9616d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset/databases/commands/create.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
logger = logging.getLogger(__name__)
stats_logger = current_app.config["STATS_LOGGER"]


class CreateDatabaseCommand(BaseCommand):
def __init__(self, data: Dict[str, Any]):
self._properties = data.copy()
Expand Down

0 comments on commit e9616d8

Please sign in to comment.