We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ceb713 commit 0723937Copy full SHA for 0723937
1 file changed
gremlinapi/http_clients.py
@@ -117,6 +117,5 @@ def get_gremlin_httpclient():
117
if requests:
118
return GremlineAPIRequestsClient
119
else:
120
- #return GremlinAPIurllibClient
121
- return GremlineAPIRequestsClient
+ return GremlinAPIurllibClient
122
0 commit comments