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 c598ceb commit 08bcd50Copy full SHA for 08bcd50
src/macaron/malware_analyzer/pypi_heuristics/metadata/fake_email.py
@@ -34,11 +34,7 @@ class FakeEmailAnalyzer(BaseHeuristicAnalyzer):
34
)
35
36
def __init__(self) -> None:
37
- super().__init__(
38
- name="fake_email_analyzer",
39
- heuristic=Heuristics.FAKE_EMAIL,
40
- depends_on=None,
41
- )
+ super().__init__(name="fake_email_analyzer", heuristic=Heuristics.FAKE_EMAIL)
42
self.check_deliverability: bool = self._load_defaults()
43
44
def _load_defaults(self) -> bool:
0 commit comments