Skip to content

Commit 4f7b74c

Browse files
committed
Capture and expose env as a property of SumoClient.
1 parent e470622 commit 4f7b74c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/sumo/wrapper/sumo_client.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ def __init__(
5050
if env not in APP_REGISTRATION:
5151
raise ValueError(f"Invalid environment: {env}")
5252

53+
self.env = env
54+
5355
self._retry_strategy = retry_strategy
5456
self._client = httpx.Client()
5557
self._async_client = httpx.AsyncClient()

0 commit comments

Comments
 (0)