Skip to content

Commit 70b24b0

Browse files
🎨 Sort __all__ entries.
1 parent 3b66bac commit 70b24b0

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

‎src/lapidary/render/model/python/__init__.py‎

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
__all__ = (
22
'Annotation',
33
'ApiKeyAuth',
4-
'AuthorizationCodeOAuth2Flow',
54
'Auth',
5+
'AuthModule',
6+
'AuthorizationCodeOAuth2Flow',
7+
'BuiltinTypeHint',
68
'ClientClass',
7-
'ClientInit',
89
'ClientCredentialsOAuth2Flow',
10+
'ClientInit',
11+
'ClientModule',
912
'Field',
13+
'GenericTypeHint',
1014
'HttpBasicAuth',
1115
'HttpDigestAuth',
1216
'ImplicitOAuth2Flow',
1317
'MimeMap',
1418
'ModelType',
19+
'ModulePath',
20+
'NONE',
1521
'OperationFunction',
22+
'ParamLocation',
1623
'Parameter',
24+
'PasswordOAuth2Flow',
1725
'ResponseMap',
1826
'SchemaClass',
19-
'AuthModule',
20-
'ClientModule',
21-
'PasswordOAuth2Flow',
22-
'SecurityRequirements',
2327
'SchemaModule',
24-
'ModulePath',
25-
'BuiltinTypeHint',
26-
'GenericTypeHint',
28+
'SecurityRequirements',
2729
'TypeHint',
2830
'type_hint_or_union',
29-
'ParamLocation',
30-
'NONE',
3131
)
3232

3333
import dataclasses as dc

0 commit comments

Comments
 (0)