Skip to content

Commit fe596d8

Browse files
committed
revert api
1 parent 69864a8 commit fe596d8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

parcllabs/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
from parcllabs.__version__ import VERSION as __version__ # noqa: F401, N811
22

33
# Constants
4-
# DEFAULT_API_BASE = "https://api.parcllabs.com"
5-
DEFAULT_API_BASE = "https://api.dev.parcllabs.com"
4+
DEFAULT_API_BASE = "https://api.parcllabs.com"
65

76
api_key: str | None = None
87
api_base = DEFAULT_API_BASE

0 commit comments

Comments
 (0)