Skip to content

Commit 9f052a8

Browse files
committed
fix imports
1 parent 8e4897d commit 9f052a8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

python_anvil/api_resources/requests.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
from typing import Any, Dict
22

33
from python_anvil.http import HTTPClient
4-
5-
from constants import VALID_HOSTS
4+
from python_anvil.constants import VALID_HOSTS
65

76

87
class AnvilRequest:

python_anvil/tests/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
CreateEtchPacketPayload,
1010
ForgeSubmitPayload,
1111
)
12+
from python_anvil.constants import VALID_HOSTS
1213

1314
from ..api_resources.payload import FillPDFPayload
1415
from . import payloads
15-
from constants import VALID_HOSTS
1616

1717

1818
DEV_KEY = "MY-SECRET-KEY"

0 commit comments

Comments
 (0)