Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
MatMaul committed May 16, 2024
1 parent 69e5a8f commit dbb2029
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions sygnal/gcmpushkin.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dbb2029

Please sign in to comment.