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 8e4897d commit 9f052a8Copy full SHA for 9f052a8
python_anvil/api_resources/requests.py
@@ -1,8 +1,7 @@
1
from typing import Any, Dict
2
3
from python_anvil.http import HTTPClient
4
-
5
-from constants import VALID_HOSTS
+from python_anvil.constants import VALID_HOSTS
6
7
8
class AnvilRequest:
python_anvil/tests/test_api.py
@@ -9,10 +9,10 @@
9
CreateEtchPacketPayload,
10
ForgeSubmitPayload,
11
)
12
13
14
from ..api_resources.payload import FillPDFPayload
15
from . import payloads
16
17
18
DEV_KEY = "MY-SECRET-KEY"
0 commit comments