mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 09:17:53 +00:00
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
@ -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…
x
Reference in New Issue
Block a user