Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# pylint: disable=protected-access, too-many-lines

from typing import Union, Any, Iterable, List
from typing import Any, Iterable, List
from enum import Enum
from collections import namedtuple
from ._generated.v2021_09_30_preview.models import ModelInfo, Error
Expand Down