Skip to content

Commit

Permalink
Fix imports in authentication docs (#2923)
Browse files Browse the repository at this point in the history
  • Loading branch information
wurstbrot committed Mar 21, 2024
1 parent c788985 commit e3d3653
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/examples/Authentication.rst
Expand Up @@ -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
--------------------
Expand Down

0 comments on commit e3d3653

Please sign in to comment.