fix(pylint): Address errors/warnings introduced by #27867 (#27889)

This commit is contained in:
John Bodley
2024-04-03 18:41:21 -07:00
committed by GitHub
parent a9681fa3f3
commit 601432ad82
9 changed files with 10 additions and 12 deletions

View File

@@ -61,7 +61,7 @@ class QueryContext:
# TODO: Type datasource and query_object dictionary with TypedDict when it becomes
# a vanilla python type https://github.com/python/mypy/issues/5288
def __init__(
def __init__( # pylint: disable=too-many-arguments
self,
*,
datasource: BaseDatasource,