Skip to content

Commit

Permalink
fix: other people's linting errors blocking PR (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Howard Jones committed Feb 1, 2024
1 parent f5d9f5b commit 12675ce
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions towerlib/entities/job.py
Original file line number Diff line number Diff line change
Expand Up @@ -2026,7 +2026,9 @@ def count(self):

@property
def next(self):
"""The `next` and `previous` fields provides links to additional results if there are more than will fit on a single page.
"""Next page URL for paging.
The `next` and `previous` fields provides links to additional results if there are more than will fit on a single page.
Returns:
string: url of next page.
Expand All @@ -2036,7 +2038,9 @@ def next(self):

@property
def previous(self):
"""The `next` and `previous` fields provides links to additional results if there are more than will fit on a single page.
"""Previous page URL for paging.
The `next` and `previous` fields provides links to additional results if there are more than will fit on a single page.
Returns:
string: url of previous page.
Expand Down

0 comments on commit 12675ce

Please sign in to comment.