We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e470622 commit 4f7b74cCopy full SHA for 4f7b74c
1 file changed
src/sumo/wrapper/sumo_client.py
@@ -50,6 +50,8 @@ def __init__(
50
if env not in APP_REGISTRATION:
51
raise ValueError(f"Invalid environment: {env}")
52
53
+ self.env = env
54
+
55
self._retry_strategy = retry_strategy
56
self._client = httpx.Client()
57
self._async_client = httpx.AsyncClient()
0 commit comments