Skip to content

Commit 55b0921

Browse files
committed
reorder imports alphabetically
1 parent 896f6ac commit 55b0921

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python_anvil/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
ForgeSubmitPayload,
1616
GeneratePDFPayload,
1717
)
18-
from .api_resources.requests import PlainRequest, RestRequest, FullyQualifiedRequest
18+
from .api_resources.requests import FullyQualifiedRequest, PlainRequest, RestRequest
1919
from .http import GQLClient, HTTPClient
2020

2121

0 commit comments

Comments
 (0)