fix imports with sed

This commit is contained in:
InsanePrawn 2024-02-24 13:21:29 +01:00
parent adeec7a6e3
commit d3b8452146
44 changed files with 157 additions and 158 deletions

View file

@ -7,7 +7,7 @@ from munch import Munch
from toml.encoder import TomlEncoder, TomlPreserveInlineDictEncoder
from typing import ClassVar, Generator, Optional, Union, Mapping, Any, get_type_hints, get_origin, get_args, Iterable
from typehelpers import UnionType, NoneType
from .typehelpers import UnionType, NoneType
def resolve_type_hint(hint: type, ignore_origins: list[type] = []) -> Iterable[type]: