Skip to content

Commit

Permalink
remove unused imports (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjswerdloff authored Aug 17, 2024
1 parent 3542b78 commit 1e675f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"sobp",
"storescp",
"storescu",
"stuartswerdloff",
"treatmentmachine",
"treatmentsessionionbeam",
"tsyntax",
Expand Down
5 changes: 1 addition & 4 deletions fix_dicom_file_header.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@
"""
import sys

import pydicom
from pydicom import dataset, dcmread
from pydicom.dataelem import DataElement
from pydicom.tag import Tag
from pydicom import dcmread

if len(sys.argv) < 3:
print(f"{sys.argv[0]} input_file_path output_file_path")
Expand Down

0 comments on commit 1e675f9

Please sign in to comment.