Skip to content

Commit

Permalink
[fix] typo in import
Browse files Browse the repository at this point in the history
  • Loading branch information
wvxvw committed Jul 15, 2021
1 parent 1b17492 commit 449f2aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cleanX/dicom_processing/source.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import os

from glob import glob
from abs import ABC, abstractmethod
from abc import ABC, abstractmethod


class Source(ABC):
Expand All @@ -28,7 +28,7 @@ def get_tag(self):
def items(self, reader, transformer=None):
"""
This function will be expected to produce file names or file-like
objects of DICOM files. The results will be then fed to either
objects of DICOM files. The results will be then fed to either
pydicom or SimpleITK libraries for metadata extraction.
This function should return a generator yielding a tuple of two
Expand Down

0 comments on commit 449f2aa

Please sign in to comment.