Skip to content

Commit 3be0d96

Browse files
committed
fix
1 parent c7a6c77 commit 3be0d96

File tree

1 file changed

+3
-0
lines changed
  • api_app/analyzers_manager/observable_analyzers

1 file changed

+3
-0
lines changed

api_app/analyzers_manager/observable_analyzers/abusix.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ def run(self):
2626
result["error"] = e
2727
return result
2828

29+
def update(self) -> bool:
30+
pass
31+
2932
@classmethod
3033
def _monkeypatch(cls):
3134
patches = [

0 commit comments

Comments
 (0)