Skip to content

Commit

Permalink
Modified tags_init and enum_tags file
Browse files Browse the repository at this point in the history
  • Loading branch information
lucifer4073 committed Dec 17, 2024
1 parent fc67481 commit 0128569
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aeon/utils/tags/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""Estimator tags and tag utilities."""

__all__ = [
"AlgorithmType",
"ESTIMATOR_TAGS",
"check_valid_tags",
"all_tags_for_estimator",
Expand All @@ -9,3 +10,4 @@
from aeon.utils.tags._discovery import all_tags_for_estimator
from aeon.utils.tags._tags import ESTIMATOR_TAGS
from aeon.utils.tags._validate import check_valid_tags
from aeon.utils.tags.enum_tags import AlgorithmType
2 changes: 2 additions & 0 deletions aeon/utils/tags/enum_tags.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""Apply Enumeration in module."""

__all__ = ["AlgorithmType"]

from enum import Enum


Expand Down

0 comments on commit 0128569

Please sign in to comment.