Run 'make format' and ignore code line-length

This commit is contained in:
Jeremy Singer-Vine
2024-11-22 08:18:11 -05:00
parent 138ababb3b
commit 1e4b48aaa6
+4 -1
View File
@@ -312,7 +312,10 @@ class Page(Container):
except UnicodeDecodeError:
if self.pdf.raise_unicode_errors:
raise
warn(f"Could not decode {k} for annotation. {k} will be missing.")
warn(
f"Could not decode {k} for annotation."
" {k} will be missing."
)
parsed = {
"page_number": self.page_number,