Skip to content

Commit 80b3ac5

Browse files
committed
fixing linter error
1 parent 00198f2 commit 80b3ac5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/groundlight/edge/api.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@
1313

1414

1515
class EdgeEndpointApi:
16-
"""Namespace for operations that are specific to the Edge Endpoint, such as setting and getting the EdgeEndpoint configuration."""
16+
"""
17+
Namespace for operations that are specific to the Edge Endpoint,
18+
such as setting and getting the EdgeEndpoint configuration.
19+
"""
1720

1821
def __init__(self, client) -> None:
1922
self._client = client

0 commit comments

Comments
 (0)