Skip to content

Commit

Permalink
Add missing sys import
Browse files Browse the repository at this point in the history
  • Loading branch information
fontanf committed Jul 14, 2024
1 parent 926d7a1 commit 3ba9834
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/download_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import shutil
import pathlib
import time
import sys


parser = argparse.ArgumentParser(description='')
Expand Down

0 comments on commit 3ba9834

Please sign in to comment.