diff --git a/hyperglass/execution/execute.py b/hyperglass/execution/execute.py index 95f48cc..b0cc6bb 100644 --- a/hyperglass/execution/execute.py +++ b/hyperglass/execution/execute.py @@ -275,7 +275,7 @@ class Connect: log.debug(f"URL endpoint: {endpoint}") try: - async with httpx.Client(**client_params) as http_client: + async with httpx.AsyncClient(**client_params) as http_client: responses = [] for query in self.query: