Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaraditya303 authored Oct 14, 2022
1 parent c937e0e commit 8944b6c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Lib/asyncio/selector_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
import socket
import warnings
import weakref
try:
import ssl
except ImportError: # pragma: no cover
ssl = None

from . import base_events
from . import constants
Expand Down

0 comments on commit 8944b6c

Please sign in to comment.