Skip to content

Commit 00d0970

Browse files
committed
Fix on 3.10
1 parent 02e69e3 commit 00d0970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def get_event_loop(self):
7979
def set_event_loop(self, loop):
8080
return self._underlying.set_event_loop(loop)
8181

82-
def new_event_loop(self):
82+
def new_event_loop(self): # type: ignore[reportIncompatibleMethodOverride]
8383
return None
8484

8585
def get_child_watcher(self):

0 commit comments

Comments
 (0)