Skip to content

Commit

Permalink
get rid of sync connect
Browse files Browse the repository at this point in the history
  • Loading branch information
jakekaplan committed Sep 6, 2024
1 parent ff8dc64 commit 73687fd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/prefect/events/clients.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import abc
import asyncio
from functools import partial
from types import TracebackType
from typing import (
TYPE_CHECKING,
Expand Down Expand Up @@ -316,7 +315,6 @@ def __init__(

self._events_socket_url = events_in_socket_from_api_url(api_url)
self._connect = connect(self._events_socket_url)
self._sync_connect = partial(sync_connect, self._events_socket_url)
self._websocket = None
self._reconnection_attempts = reconnection_attempts
self._unconfirmed_events = []
Expand Down

0 comments on commit 73687fd

Please sign in to comment.