Apply refactoring to some relative import directives.

This commit is contained in:
Davide Casale
2023-04-20 15:38:10 +02:00
parent d7ce5630ef
commit 63ab433710
16 changed files with 36 additions and 36 deletions

View File

@@ -3,7 +3,7 @@ from typing import Union, Type, \
from dataclasses import dataclass
from . labeler import _Type, partial, compose
from .labeler import _Type, partial, compose
JSON = Union[Dict[str, "JSON"], List["JSON"], bool, int, float, str, Type[None]]