Skip to content

Commit 55c959e

Browse files
committed
linting
1 parent 34e33a3 commit 55c959e

File tree

1 file changed

+4
-1
lines changed
  • packages/python-sdk/e2b/sandbox

1 file changed

+4
-1
lines changed

packages/python-sdk/e2b/sandbox/main.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,10 @@ def __init__(
4848
self.__sandbox_domain = sandbox_domain or self.connection_config.domain
4949
self.__envd_version = envd_version
5050
self.__envd_access_token = envd_access_token
51-
self.__envd_api_url = envd_api_url or f"{'http' if self.connection_config.debug else 'https'}://{self.get_host(self.envd_port)}"
51+
self.__envd_api_url = (
52+
envd_api_url
53+
or f"{'http' if self.connection_config.debug else 'https'}://{self.get_host(self.envd_port)}"
54+
)
5255
self.__mcp_token: Optional[str] = None
5356

5457
@property

0 commit comments

Comments
 (0)