Skip to content

Commit

Permalink
library sync tests
Browse files Browse the repository at this point in the history
  • Loading branch information
a-leonardi committed Oct 6, 2023
1 parent f41acfc commit 63b348c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sekoia_automation/connector/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,10 @@ class DefaultConnectorConfiguration(BaseModel):

class Connector(Trigger, ABC):
CONNECTOR_CONFIGURATION_FILE_NAME = "connector-configuration"
configuration: DefaultConnectorConfiguration

seconds_without_events = 3600 * 6

@property # type: ignore[no-redef, override]
@property # type: ignore[override]
def configuration(self) -> DefaultConnectorConfiguration:
if self._configuration is None:
try:
Expand Down

0 comments on commit 63b348c

Please sign in to comment.