Skip to content

Commit

Permalink
Fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohanzhan-db committed Jan 10, 2024
1 parent fdc7b14 commit a543b80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/data_prep/convert_delta_to_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -489,3 +489,4 @@ def fetch_DT(args: Namespace) -> None:
tik = time.time()
fetch_DT(args)
log.info('Elapsed time', time.time() - tik)
print('Elapsed time', time.time() - tik)

0 comments on commit a543b80

Please sign in to comment.