Import cryptography OpenSSL backend (#111840)
* Import cryptography OpenSSL backend * No need to impor top-level. Included. * Update homeassistant/bootstrap.py
This commit is contained in:
parent
b70eea7fb2
commit
9512fb420d
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ from typing import TYPE_CHECKING, Any
|
|||
|
||||
# Import cryptography early since import openssl is not thread-safe
|
||||
# _frozen_importlib._DeadlockError: deadlock detected by _ModuleLock('cryptography.hazmat.backends.openssl.backend')
|
||||
import cryptography # noqa: F401
|
||||
import cryptography.hazmat.backends.openssl.backend # noqa: F401
|
||||
import voluptuous as vol
|
||||
import yarl
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue