Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
betodealmeida committed Jul 20, 2023
1 parent 43245d8 commit d0ba6db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions superset/db_engine_specs/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1103,8 +1103,8 @@ def adjust_engine_params( # pylint: disable=unused-argument
@classmethod
def get_prequeries(
cls,
catalog: str | None = None,
schema: str | None = None,
catalog: str | None = None, # pylint: disable=unused-argument
schema: str | None = None, # pylint: disable=unused-argument
) -> list[str]:
"""
Return pre-session queries.
Expand Down

0 comments on commit d0ba6db

Please sign in to comment.