Skip to content

Commit

Permalink
updated contents classifer from category to basic classifier
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Jan 15, 2024
1 parent 8c266d1 commit 3c418f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fileformats/medimage/contents/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from fileformats.core import ClassifierCategory
from fileformats.core import Classifier


class ContentsClassifier(ClassifierCategory):
class ContentsClassifier(Classifier):
pass

0 comments on commit 3c418f9

Please sign in to comment.