Skip to content

Commit 732d456

Browse files
committed
fix: Format 3
1 parent 8687af9 commit 732d456

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/c2pa/lib.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,6 @@ def dynamically_load_library(
251251
c2pa_lib = _load_single_library(c2pa_lib_name, possible_paths)
252252
if not c2pa_lib:
253253
logger.error(f"Could not find {c2pa_lib_name} in any of the search paths: {[str(p) for p in possible_paths]}")
254-
raise RuntimeError(
255-
f"Could not find {c2pa_lib_name} in any of the search paths")
254+
raise RuntimeError(f"Could not find {c2pa_lib_name} in any of the search paths")
256255

257256
return c2pa_lib

0 commit comments

Comments
 (0)