Skip to content

Commit

Permalink
refac:
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas1312 committed Oct 4, 2023
1 parent 9395fbc commit d592df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kili/domain/cloud_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
DataIntegrationStatus = Literal["CONNECTED", "DISCONNECTED", "CHECKING"]


class DataDifferenceType(Enum, str):
class DataDifferenceType(str, Enum):
"""Data difference type."""

ADD = "ADD"
Expand Down

0 comments on commit d592df5

Please sign in to comment.