lint: remove duplicate property definition

This commit is contained in:
James R. Barlow
2018-02-24 12:42:03 -08:00
parent b47e5672e6
commit 8ad0697a20
-4
View File
@@ -662,10 +662,6 @@ class PageInfo:
else:
return '1.5'
@property
def images(self):
return self._pageinfo['images']
def __repr__(self):
return (
'<PageInfo '