mirror of
https://github.com/jsvine/pdfplumber.git
synced 2026-08-29 08:34:23 +08:00
fix: placate flake8
This commit is contained in:
+1
-1
@@ -55,7 +55,7 @@ class Test(unittest.TestCase):
|
||||
|
||||
def test_resolve_all(self):
|
||||
info = self.pdf.doc.xrefs[0].trailer["Info"]
|
||||
assert type(info) == PDFObjRef
|
||||
assert type(info) is PDFObjRef
|
||||
a = [{"info": info}]
|
||||
a_res = utils.resolve_all(a)
|
||||
assert a_res[0]["info"]["Producer"] == self.pdf.doc.info[0]["Producer"]
|
||||
|
||||
Reference in New Issue
Block a user