Skip to content

Commit

Permalink
Move docstring to the correct place.
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Aug 6, 2021
1 parent 26e5942 commit 1ca04ff
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pypi_json/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,10 @@ class PyPIJSON:
"""

endpoint: TrailingRequestsURL
"""
The :class:`apeye.requests_url.TrailingRequestsURL` object
representing the PyPI JSON API, with an authenticated requests session.
"""

def __init__(
self,
Expand All @@ -233,11 +237,6 @@ def __init__(

self.endpoint.session = session

"""
The :class:`apeye.requests_url.TrailingRequestsURL` object
representing the PyPI JSON API, with an authenticated requests session.
"""

@property
def endpoint_url(self) -> str:
"""
Expand Down

0 comments on commit 1ca04ff

Please sign in to comment.