Skip to content

Commit

Permalink
refactor: Fix formatting issues and import statements
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjermiah committed Mar 3, 2024
1 parent f8b8ab8 commit b5f5cb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/nbiatoolkit/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## __init__.py
# __init__.py
# Path: projects/nbia-toolkit/src/__init__.py

# this is the __init__.py file
Expand Down
4 changes: 1 addition & 3 deletions src/nbiatoolkit/dicomsort/dicomsort.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
# from typing import Optional

# from tqdm import tqdm
from tqdm import tqdm
import pydicom
from pydicom.errors import InvalidDicomError
import os
Expand Down Expand Up @@ -114,9 +115,6 @@ def sortSingleDICOMFile(
return True


from tqdm import tqdm


class DICOMSorter:
def __init__(
self,
Expand Down

0 comments on commit b5f5cb4

Please sign in to comment.