Skip to content

Commit 8356379

Browse files
Fixing tests
1 parent 766b201 commit 8356379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ads/aqua/common/enums.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,6 @@ class TextEmbeddingInferenceContainerParams(ExtendedEnum):
9494
PORT = "port"
9595

9696

97-
class ConfigFolder(str, metaclass=ExtendedEnumMeta):
97+
class ConfigFolder(ExtendedEnum):
9898
CONFIG = "config"
9999
ARTIFACT = "artifact"

0 commit comments

Comments
 (0)