Skip to content

Commit

Permalink
Fix pylint
Browse files Browse the repository at this point in the history
Signed-off-by: Partho Sarthi <[email protected]>
  • Loading branch information
parthosa committed Oct 11, 2023
1 parent c569353 commit 2809f6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ class DataprocGkeCluster(DataprocCluster):
"""
Represents an instance of running cluster on DataprocGke.
"""
node_pools: list[GkeNodePool] = field(default=None, init=False)
node_pools: list = field(default=None, init=False)

@staticmethod
def __extract_info_from_value(conf_val: str):
Expand Down

0 comments on commit 2809f6f

Please sign in to comment.