Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 1, 2024
1 parent f4fb756 commit 2f521ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdgx/models/components/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ class StrValuedEnumMeta(EnumMeta):

def __str__(self):
return str(self.values)

__repr__ = __str__

def __contains__(cls, item):
Expand Down Expand Up @@ -51,7 +52,6 @@ def __str__(self):
return self.value



def flatten_array(nested, prefix=""):
"""Flatten an array as a dict.
Expand Down

0 comments on commit 2f521ac

Please sign in to comment.