Skip to content

Commit

Permalink
cleaned up unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Nov 29, 2023
1 parent fd28545 commit 490942d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion xnat_ingest/cli/upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import click
from tqdm import tqdm
from fileformats.generic import File
from fileformats.medimage import DicomSeries
from arcana.core.data.set import Dataset
from arcana.xnat import Xnat
from .base import cli
Expand Down
1 change: 1 addition & 0 deletions xnat_ingest/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
from functools import cached_property
import shutil
import yaml
from tqdm import tqdm
import attrs
from itertools import chain
from collections import defaultdict
Expand Down

0 comments on commit 490942d

Please sign in to comment.