Skip to content

Commit

Permalink
fix: other people's linting errors blocking PR (3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Howard Jones committed Feb 1, 2024
1 parent 12675ce commit 8dcda43
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions towerlib/entities/job.py
Original file line number Diff line number Diff line change
Expand Up @@ -2027,8 +2027,9 @@ def count(self):
@property
def next(self):
"""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.
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 @@ -2039,8 +2040,9 @@ def next(self):
@property
def previous(self):
"""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.
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 8dcda43

Please sign in to comment.