Fix unused imports and include rule.

This commit is contained in:
erinhmclark
2025-03-13 13:55:31 +00:00
parent e76551ba22
commit 8673bc5979
9 changed files with 6 additions and 14 deletions

View File

@@ -486,7 +486,7 @@ Here's how that would look: \n\nsteps:\n extractors:\n - [your_extractor_name_
self.setup(args)
return self.feed()
except Exception as e:
logger.error(e, exc_info=True)
logger.error(e)
exit(1)
def cleanup(self) -> None: