Skip to content

Commit

Permalink
Lint failure
Browse files Browse the repository at this point in the history
  • Loading branch information
arunvasudevan committed Feb 24, 2022
1 parent f1581b7 commit a5f232f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -891,7 +891,7 @@ def construct_job_workunits(
source_platform,
source_dataset,
platform_instance=source_platform_instance,
env=self.config.env
env=self.config.env,
)
]
if source_dataset
Expand All @@ -902,7 +902,7 @@ def construct_job_workunits(
target_platform,
target_dataset,
platform_instance=target_platform_instance,
env=self.config.env
env=self.config.env,
)
]

Expand Down

0 comments on commit a5f232f

Please sign in to comment.