Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
daveads committed Nov 17, 2024
1 parent 013d39d commit 7c30d2d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/opal-client/opal_client/engine/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
from opal_client.engine.logger import log_engine_output_opa, log_engine_output_simple
from opal_client.engine.options import CedarServerOptions, OpaServerOptions
from opal_client.logger import logger

from tenacity import retry, wait_random_exponential

AsyncCallback = Callable[[], Coroutine]
Expand Down Expand Up @@ -352,4 +351,4 @@ def setup_cedar_runner(

async def handle_log_line(self, line: bytes) -> bool:
await log_engine_output_simple(line)
return False
return False

0 comments on commit 7c30d2d

Please sign in to comment.