mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
chore(pylint): Reenable too-many-locals check (#16268)
Co-authored-by: John Bodley <john.bodley@airbnb.com>
This commit is contained in:
@@ -120,7 +120,7 @@ class QueryContext:
|
||||
df.reset_index(level=0, inplace=True)
|
||||
return df
|
||||
|
||||
def processing_time_offsets(
|
||||
def processing_time_offsets( # pylint: disable=too-many-locals
|
||||
self, df: pd.DataFrame, query_object: QueryObject,
|
||||
) -> CachedTimeOffset:
|
||||
# ensure query_object is immutable
|
||||
|
||||
Reference in New Issue
Block a user