We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2d3e58 commit 12467f0Copy full SHA for 12467f0
openapi_python_client/parser/properties/none.py
@@ -4,10 +4,10 @@
4
5
from attr import define
6
7
-from .protocol import PropertyProtocol, Value
8
-from ..errors import PropertyError
9
from ... import schema as oai
10
from ...utils import PythonIdentifier
+from ..errors import PropertyError
+from .protocol import PropertyProtocol, Value
11
12
13
@define
openapi_python_client/parser/properties/union.py
@@ -8,7 +8,7 @@
from ... import Config
-from ..errors import PropertyError, ParseError
+from ..errors import ParseError, PropertyError
from .protocol import PropertyProtocol, Value
from .schemas import Schemas
14
0 commit comments