packages/autorest.python/autorest/multiapi/models/imports.py [30:52]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                TypingSection,
                Dict[
                    ImportType,
                    Dict[
                        str,
                        Set[
                            Optional[
                                Union[
                                    str,
                                    Tuple[
                                        str,
                                        str,
                                    ],
                                    Tuple[
                                        str,
                                        Optional[str],
                                        Tuple[Tuple[Tuple[int, int], str, Optional[str]]],
                                    ],
                                ]
                            ]
                        ],
                    ],
                ],
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



packages/autorest.python/autorest/multiapi/models/imports.py [62:84]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            TypingSection,
            Dict[
                ImportType,
                Dict[
                    str,
                    Set[
                        Optional[
                            Union[
                                str,
                                Tuple[
                                    str,
                                    str,
                                ],
                                Tuple[
                                    str,
                                    Optional[str],
                                    Tuple[Tuple[Tuple[int, int], str, Optional[str]]],
                                ],
                            ]
                        ]
                    ],
                ],
            ],
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



