Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurinehate committed Nov 25, 2024
1 parent 52e4eac commit b449d2d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ def __init__(self, ctx: PipelineContext, config: BigQueryV2Config):
self.filters = BigQueryFilter(self.config, self.report)
self.identifiers = BigQueryIdentifierBuilder(self.config, self.report)

redundant_lineage_run_skip_handler: Optional[RedundantLineageRunSkipHandler] = (
None
)
redundant_lineage_run_skip_handler: Optional[
RedundantLineageRunSkipHandler
] = None
if self.config.enable_stateful_lineage_ingestion:
redundant_lineage_run_skip_handler = RedundantLineageRunSkipHandler(
source=self,
Expand Down

0 comments on commit b449d2d

Please sign in to comment.