We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e6df92 commit 1414f61Copy full SHA for 1414f61
python_graphql_client/graphql_client.py
@@ -7,8 +7,6 @@
7
import requests
8
import websockets
9
10
-logging.basicConfig(level=logging.INFO, format="%(levelname)s:%(message)s")
11
-
12
13
class GraphqlClient:
14
"""Class which represents the interface to make graphQL requests through."""
0 commit comments