Skip to content

Commit

Permalink
Fix appsync_auth.py references
Browse files Browse the repository at this point in the history
  • Loading branch information
leszekhanusz committed Dec 12, 2024
1 parent f7b2ecb commit 5fe3f58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gql/transport/appsync_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class AppSyncAuthentication(ABC):
"""AWS authentication abstract base class
All AWS authentication class should have a
:meth:`get_headers <gql.transport.appsync.AppSyncAuthentication.get_headers>`
:meth:`get_headers <gql.transport.appsync_auth.AppSyncAuthentication.get_headers>`
method which defines the headers used in the authentication process."""

def get_auth_url(self, url: str) -> str:
Expand Down Expand Up @@ -91,7 +91,7 @@ class AppSyncIAMAuthentication(AppSyncAuthentication):
.. note::
There is no need for you to use this class directly, you could instead
intantiate the :class:`gql.transport.appsync.AppSyncWebsocketsTransport`
intantiate the :class:`gql.transport.appsync_websockets.AppSyncWebsocketsTransport`
without an auth argument.
During initialization, this class will use botocore to attempt to
Expand Down

0 comments on commit 5fe3f58

Please sign in to comment.