We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc687fa commit f4f1d35Copy full SHA for f4f1d35
src/pyff/resource.py
@@ -364,14 +364,6 @@ def info(self) -> ResourceInfo:
364
else:
365
return self._infos[-1]
366
367
- @property
368
- def errors(self) -> Mapping[str, Any]:
369
- # TODO: Maybe caller should get the ResourceInfo instance instead? Why this shortcut?
370
- parser_info = self.info.parser_info
371
- if not parser_info:
372
- return {}
373
- return parser_info.validation_errors
374
-
375
def load_backup(self) -> Optional[str]:
376
if config.local_copy_dir is None:
377
return None
0 commit comments