Skip to content

Commit f60397d

Browse files
committed
lint error fix
1 parent 506ce61 commit f60397d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/couchbase_haystack/telemetry.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ def _send_telemetry() -> None:
3333

3434
with suppress(Exception):
3535
from scarf import ScarfEventLogger # noqa: PLC0415
36+
3637
event_logger = ScarfEventLogger(
3738
endpoint_url=SCARF_ENDPOINT_URL,
3839
timeout=2.0,

0 commit comments

Comments
 (0)