Skip to content

Commit 2fa587b

Browse files
committed
fix: Format 2
1 parent de7fb35 commit 2fa587b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/c2pa/c2pa.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2525,7 +2525,9 @@ def add_resource(self, uri: str, stream: Any):
25252525
)
25262526
)
25272527

2528-
def add_ingredient(self, ingredient_json: Union[str, dict], format: str, source: Any):
2528+
def add_ingredient(
2529+
self, ingredient_json: Union[str, dict], format: str, source: Any
2530+
):
25292531
"""Add an ingredient to the builder (facade method).
25302532
The added ingredient's source should be a stream-like object
25312533
(for instance, a file opened as stream).

0 commit comments

Comments
 (0)