We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 896f6ac commit 55b0921Copy full SHA for 55b0921
1 file changed
python_anvil/api.py
@@ -15,7 +15,7 @@
15
ForgeSubmitPayload,
16
GeneratePDFPayload,
17
)
18
-from .api_resources.requests import PlainRequest, RestRequest, FullyQualifiedRequest
+from .api_resources.requests import FullyQualifiedRequest, PlainRequest, RestRequest
19
from .http import GQLClient, HTTPClient
20
21
0 commit comments