Skip to content

Commit

Permalink
remove duplicate enum key (#7173)
Browse files Browse the repository at this point in the history
  • Loading branch information
kayousef authored and Zim Kalinowski committed Sep 10, 2019
1 parent 2b6068b commit fe4c62a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,4 @@ class TrainingStatus(str, Enum):
class OperationStatusType(str, Enum):

failed = "Failed"
failed = "FAILED"
success = "Success"

0 comments on commit fe4c62a

Please sign in to comment.