Skip to content

Commit

Permalink
Fixing return type
Browse files Browse the repository at this point in the history
  • Loading branch information
treff7es committed Sep 30, 2022
1 parent df6dc16 commit 150f0e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@ def _aggregate_enriched_read_events(

def get_workunits(
self, aggregated_info: Dict[datetime, Dict[BigQueryTableRef, AggregatedDataset]]
):
) -> Iterable[MetadataWorkUnit]:
self.report.num_usage_workunits_emitted = 0
for time_bucket in aggregated_info.values():
for aggregate in time_bucket.values():
Expand Down

0 comments on commit 150f0e9

Please sign in to comment.