Skip to content

Commit 406e657

Browse files
author
Piotr Delinowski
committed
Correct formatting
1 parent 482237b commit 406e657

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

labelbox/schema/media_type.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,10 @@ def is_supported(cls, value):
4343
@classmethod
4444
def get_supported_members(cls):
4545
return [
46-
item for item in cls.__members__
47-
if item not in ["LLM_PROMPT_CREATION", "LLM_PROMPT_RESPONSE_CREATION", "Unknown", "Unsupported"]
46+
item for item in cls.__members__ if item not in [
47+
"LLM_PROMPT_CREATION", "LLM_PROMPT_RESPONSE_CREATION",
48+
"Unknown", "Unsupported"
49+
]
4850
]
4951

5052

0 commit comments

Comments
 (0)