Skip to content

Commit

Permalink
misc: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rien333 committed Dec 16, 2024
1 parent 13a010d commit a7390d9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions mdto/mdto.py
Original file line number Diff line number Diff line change
Expand Up @@ -790,9 +790,7 @@ def _pronominfo_siegfried(file: str | Path) -> BegripGegevens:
# log sf's warnings (such as extension mismatches)
warning = match["warning"]
if warning:
logging.warning(
f"siegfried reports PRONOM warning about {file}: {warning}"
)
logging.warning(f"siegfried reports PRONOM warning about {file}: {warning}")

return BegripGegevens(
begripLabel=match["format"],
Expand Down

0 comments on commit a7390d9

Please sign in to comment.