Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
villebro committed Sep 6, 2023
1 parent 255fcac commit ece0215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/db_engine_specs/presto.py
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ def _latest_partition_from_df(cls, df: pd.DataFrame) -> list[str] | None:

@classmethod
@cache_manager.data_cache.memoize(timeout=60)
def latest_partition(
def latest_partition( # pylint: disable=too-many-arguments
cls,
table_name: str,
schema: str | None,
Expand Down

0 comments on commit ece0215

Please sign in to comment.