Skip to content

Commit

Permalink
refactor: remove unnecessary variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Shalev Avhar committed Jul 28, 2024
1 parent 9d6a101 commit c52cdde
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion port_ocean/core/event_listener/once.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ async def before_resync(self) -> None:
return None

now = datetime.datetime.now()
interval = ocean.config.scheduled_resync_interval
integration = await ocean.port_client.get_current_integration()
interval_str = (
integration.get("spec", {})
Expand Down

0 comments on commit c52cdde

Please sign in to comment.