Import ssl for CLI cert annotations
This commit is contained in:
parent
954f5684e4
commit
cce3a8f3e1
1 changed files with 1 additions and 2 deletions
|
|
@ -7,6 +7,7 @@ import inspect
|
||||||
import os
|
import os
|
||||||
import platform
|
import platform
|
||||||
import re
|
import re
|
||||||
|
import ssl
|
||||||
import sys
|
import sys
|
||||||
import traceback
|
import traceback
|
||||||
import typing as t
|
import typing as t
|
||||||
|
|
@ -25,8 +26,6 @@ from .helpers import get_debug_flag
|
||||||
from .helpers import get_load_dotenv
|
from .helpers import get_load_dotenv
|
||||||
|
|
||||||
if t.TYPE_CHECKING:
|
if t.TYPE_CHECKING:
|
||||||
import ssl
|
|
||||||
|
|
||||||
from _typeshed.wsgi import StartResponse
|
from _typeshed.wsgi import StartResponse
|
||||||
from _typeshed.wsgi import WSGIApplication
|
from _typeshed.wsgi import WSGIApplication
|
||||||
from _typeshed.wsgi import WSGIEnvironment
|
from _typeshed.wsgi import WSGIEnvironment
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue