Skip to content

Commit

Permalink
Remove empty load statement (#1518)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbowen-usds committed Aug 10, 2022
1 parent 536e124 commit ae89c71
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,3 @@ def transform(self) -> None:
)

self.output_df = output_df

def load(self) -> None:
logger.info("Saving CSV")
super().load()

0 comments on commit ae89c71

Please sign in to comment.