Skip to content

Commit 0723937

Browse files
committed
fixed missing package in docker container
1 parent 2ceb713 commit 0723937

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

gremlinapi/http_clients.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,5 @@ def get_gremlin_httpclient():
117117
if requests:
118118
return GremlineAPIRequestsClient
119119
else:
120-
#return GremlinAPIurllibClient
121-
return GremlineAPIRequestsClient
120+
return GremlinAPIurllibClient
122121

0 commit comments

Comments
 (0)