Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
abrooks committed Jan 31, 2025
1 parent 2fa23ac commit 90319d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions deid/dicom/dcmread.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
# Abstraction layer over pydicom
################################################################################


def dcmread(filename, **kwargs):
""" Just call the native pydicom dcmread function.
This function exists so that if dcmread is renamed in future we can change
Expand Down
1 change: 0 additions & 1 deletion deid/dicom/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
from .dcmread import dcmread



################################################################################
# Functions for Dicom files
################################################################################
Expand Down

0 comments on commit 90319d1

Please sign in to comment.