Skip to content

Commit 12467f0

Browse files
committed
style: Sort imports
1 parent d2d3e58 commit 12467f0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

openapi_python_client/parser/properties/none.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
from attr import define
66

7-
from .protocol import PropertyProtocol, Value
8-
from ..errors import PropertyError
97
from ... import schema as oai
108
from ...utils import PythonIdentifier
9+
from ..errors import PropertyError
10+
from .protocol import PropertyProtocol, Value
1111

1212

1313
@define

openapi_python_client/parser/properties/union.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from ... import Config
99
from ... import schema as oai
1010
from ...utils import PythonIdentifier
11-
from ..errors import PropertyError, ParseError
11+
from ..errors import ParseError, PropertyError
1212
from .protocol import PropertyProtocol, Value
1313
from .schemas import Schemas
1414

0 commit comments

Comments
 (0)