Skip to content

Commit

Permalink
Update sekoia_automation/module.py
Browse files Browse the repository at this point in the history
Co-authored-by: Raphaël Cohen <[email protected]>
  • Loading branch information
a-leonardi and Darkheir authored Oct 5, 2023
1 parent be68ebf commit e885176
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sekoia_automation/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,9 +333,6 @@ def __init__(self, module: Module | None = None, data_path: Path | None = None):
self.module: Module = module or Module()

self._token: str | None = None
self._callback_url: str | None = None
self._secrets_url: str | None = None
self._logs_url: str | None = None

# Name may be set by the action/trigger class or the module during the register
# Worse case we use the class name
Expand Down

0 comments on commit e885176

Please sign in to comment.