Skip to content

Commit 1439da5

Browse files
jazzhaikupsychedelicious
authored andcommitted
Make ruff gods happy
1 parent 69a5047 commit 1439da5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

invokeai/app/invocations/metadata.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,13 @@ def invoke(self, context: InvocationContext) -> MetadataOutput:
278278
model_config = ConfigDict(extra="allow")
279279

280280

281-
@invocation("metadata_field_extractor", title="Metadata Field Extractor", tags=["metadata"], category="metadata", version="1.0.0")
281+
@invocation(
282+
"metadata_field_extractor",
283+
title="Metadata Field Extractor",
284+
tags=["metadata"],
285+
category="metadata",
286+
version="1.0.0",
287+
)
282288
class MetadataFieldExtractorInvocation(BaseInvocation):
283289
"""Extracts the text value from an image's metadata given a key.
284290
Raises an error if the image has no metadata or if the value is not a string (nesting not permitted)."""

0 commit comments

Comments
 (0)