Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
treff7es committed Dec 13, 2024
1 parent 3073213 commit f49152d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ def on_task_instance_running(

self.materialize_iolets(datajob)

def materialize_iolets(self, datajob: DataJob):
def materialize_iolets(self, datajob: DataJob) -> None:
if self.config.materialize_iolets:
for outlet in datajob.outlets:
reported_time: int = int(time.time() * 1000)
Expand Down

0 comments on commit f49152d

Please sign in to comment.