Skip to content

Commit

Permalink
fixing linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Huff committed Feb 15, 2024
1 parent db738aa commit 7c88110
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/groundlight/internalapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,9 @@

logger = logging.getLogger("groundlight.sdk")


class NotFoundError(Exception):
pass


def sanitize_endpoint_url(endpoint: Optional[str] = None) -> str:
"""Takes a URL for an endpoint, and returns a "sanitized" version of it.
Currently the production API path must be exactly "/device-api".
Expand Down

0 comments on commit 7c88110

Please sign in to comment.