Skip to content

Commit

Permalink
Some linter fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
tdilauro committed Dec 5, 2024
1 parent 8e09285 commit b5315b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion opds.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def __init__(
url_for=url_for,
include_logo=include_logos,
web_client_uri_template=web_client_uri_template,
include_service_area=include_service_areas
include_service_area=include_service_areas,
)
)
annotator.annotate_catalog(self, live=live)
Expand Down
2 changes: 1 addition & 1 deletion util/http.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ def debuggable_request(cls, http_method, url, make_request_with=None, **kwargs):
make_request_with,
http_method,
process_response_with=cls.process_debuggable_response,
**kwargs
**kwargs,
)

@classmethod
Expand Down

0 comments on commit b5315b6

Please sign in to comment.