Skip to content

Commit

Permalink
added download script
Browse files Browse the repository at this point in the history
  • Loading branch information
shapateriya committed Nov 22, 2024
1 parent f5129d1 commit 60f320d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -241,3 +241,4 @@ def main(_):

if __name__ == "__main__":
app.run(main)

Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@ def test_create_xlsx(self):
os.remove(_OP_DATA_FOLDER)

self.assertEqual(True, actual_df.equals(expected_df))

0 comments on commit 60f320d

Please sign in to comment.