fix: types

This commit is contained in:
Yeuoly
2024-08-29 20:06:14 +08:00
parent ec711d094d
commit 113ff27d07
4 changed files with 44 additions and 7 deletions

View File

@ -1,5 +1,5 @@
from collections.abc import Generator, Mapping
import json
from collections.abc import Generator, Mapping
from typing import Any, Optional, Union
from core.app.app_config.entities import AppConfig, VariableEntity, VariableEntityType