Update kombu/connection.py

This commit is contained in:
Asif Saif Uddin 2022-10-17 14:47:01 +06:00 committed by GitHub
parent 29404ee1f8
commit ec3964486e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import sys
from contextlib import contextmanager
from itertools import count, cycle
from operator import itemgetter
from typing import TYPE_CHECKING, Any, Optional, Union
from typing import TYPE_CHECKING, Any
try:
from ssl import CERT_NONE