mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
quality/typing: missing type import
This commit is contained in:
parent
ff03885564
commit
16e8205367
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ if TYPE_CHECKING:
|
||||||
|
|
||||||
from yunohost.utils.configpanel import RawConfig
|
from yunohost.utils.configpanel import RawConfig
|
||||||
from yunohost.utils.form import FormModel
|
from yunohost.utils.form import FormModel
|
||||||
|
from yunohost.utils.configpanel import RawSettings
|
||||||
|
|
||||||
logger = getLogger("yunohost.domain")
|
logger = getLogger("yunohost.domain")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue