We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00198f2 commit 80b3ac5Copy full SHA for 80b3ac5
src/groundlight/edge/api.py
@@ -13,7 +13,10 @@
13
14
15
class EdgeEndpointApi:
16
- """Namespace for operations that are specific to the Edge Endpoint, such as setting and getting the EdgeEndpoint configuration."""
+ """
17
+ Namespace for operations that are specific to the Edge Endpoint,
18
+ such as setting and getting the EdgeEndpoint configuration.
19
20
21
def __init__(self, client) -> None:
22
self._client = client
0 commit comments