From dbb2029c9df8b80c17260e825199186783ea2641 Mon Sep 17 00:00:00 2001 From: Mathieu Velten Date: Thu, 16 May 2024 09:37:10 +0200 Subject: [PATCH] lint --- sygnal/gcmpushkin.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sygnal/gcmpushkin.py b/sygnal/gcmpushkin.py index 722038c2..f25d96b9 100644 --- a/sygnal/gcmpushkin.py +++ b/sygnal/gcmpushkin.py @@ -23,10 +23,9 @@ from io import BytesIO from typing import TYPE_CHECKING, Any, AnyStr, Dict, List, Optional, Tuple -import aiohttp - -# We are using an unstable API, but it's there since 3+ years +# We are using an unstable async google-auth API, but it's there since 3+ years # https://github.com/googleapis/google-auth-library-python/issues/613 +import aiohttp import google.auth.transport._aiohttp_requests from google.auth._default_async import load_credentials_from_file from google.oauth2._credentials_async import Credentials