Skip to content

Commit

Permalink
Revert str implementation in StrEnum
Browse files Browse the repository at this point in the history
  • Loading branch information
larsevj committed Nov 30, 2023
1 parent 8d58d02 commit 75f11bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions webviz_ert/models/data_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
from enum import Enum

class StrEnum(str, Enum):
def __str__(self):
return self.value
pass


class DataType(StrEnum):
Expand Down

0 comments on commit 75f11bf

Please sign in to comment.