From e3d365358d7149ec1f57ffc4c083df1a0fa76279 Mon Sep 17 00:00:00 2001 From: Timo Pagel Date: Thu, 21 Mar 2024 11:51:37 +0100 Subject: [PATCH] Fix imports in authentication docs (#2923) --- doc/examples/Authentication.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/examples/Authentication.rst b/doc/examples/Authentication.rst index 1e22e32de7..74e37c479e 100644 --- a/doc/examples/Authentication.rst +++ b/doc/examples/Authentication.rst @@ -9,6 +9,8 @@ All authentication methods require this import: .. code-block:: python >>> from github import Auth + >>> from github import Github + >>> from github import GithubIntegration Login authentication --------------------