chore(pylint): Reenable too-many-locals check (#16268)

Co-authored-by: John Bodley <john.bodley@airbnb.com>
This commit is contained in:
John Bodley
2021-08-16 09:23:40 -07:00
committed by GitHub
parent 7b724439b9
commit b5c7ed9f18
8 changed files with 7 additions and 7 deletions

View File

@@ -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