diff --git a/github_tools/github_helpers.py b/github_tools/github_helpers.py index 5f7104b0cd30..d03ddc27ab48 100644 --- a/github_tools/github_helpers.py +++ b/github_tools/github_helpers.py @@ -48,9 +48,7 @@ class Client(object): url="https://api.github.com/graphql", headers={"Authorization": "bearer %s" % parsed_args.access_token}, ) - self._client = gql.Client( - transport=transport, fetch_schema_from_transport=True - ) + self._client = gql.Client(transport=transport) def execute(self, query): """Runs a query."""