Skip to content

Commit 23efa3d

Browse files
author
Matt Sokoloff
committed
remove comment
1 parent 4ad0d11 commit 23efa3d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

labelbox/client.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,7 @@ def __init__(self,
7878

7979
logger.info("Initializing Labelbox client at '%s'", endpoint)
8080
self.app_url = app_url
81-
82-
# TODO: Make endpoints non-internal or support them as experimental
83-
self.endpoint = endpoint #.replace('/graphql', '/_gql')
81+
self.endpoint = endpoint
8482
self.headers = {
8583
'Accept': 'application/json',
8684
'Content-Type': 'application/json',

0 commit comments

Comments
 (0)