mirror of
https://github.com/jsvine/pdfplumber.git
synced 2026-08-29 08:34:23 +08:00
Run 'make format' and ignore code line-length
This commit is contained in:
+4
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user