in packages/autorest.python/autorest/multiapi/models/imports.py [0:0]
def _add_import(
self,
from_section: str,
import_type: ImportType,
name_import: Optional[
Union[
str,
Tuple[
str,
str,
],
Tuple[
str,
Optional[str],
Tuple[Tuple[Tuple[int, int], str, Optional[str]]],
],
]
] = None,
typing_section: TypingSection = TypingSection.REGULAR,