Skip to content

Commit

Permalink
added missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Sep 26, 2024
1 parent a91a3d3 commit c3039aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xnat_ingest/cli/upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
import traceback
import typing as ty
import tempfile
import time
import datetime
import subprocess as sp
import click
from tqdm import tqdm
Expand Down

0 comments on commit c3039aa

Please sign in to comment.