Skip to content

Commit 73a4cf0

Browse files
authored
PYTHON-4499 Fix test_logging_without_listeners (#292)
1 parent fb67b5f commit 73a4cf0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

synchro/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,7 @@ def __getitem__(self, name):
405405
_kill_cursors_executor = SynchroProperty()
406406
_topology_settings = SynchroProperty()
407407
_process_periodic_tasks = SynchroProperty()
408+
_event_listeners = SynchroProperty()
408409

409410

410411
class _SynchroTransactionContext(Synchro):

0 commit comments

Comments
 (0)