Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 19, 2023
1 parent e6c48fb commit 83a36ad
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

LOG = logging.getLogger("pushsource.errata_http_client")


def return_none_if_unauthenticated(func):
@wraps(func)
def wrapper_return_none_if_unauthenticated(self, *args, **kwargs):
Expand All @@ -22,6 +23,7 @@ def wrapper_return_none_if_unauthenticated(self, *args, **kwargs):

return wrapper_return_none_if_unauthenticated


class ErrataHTTPClient:
"""Class for performing HTTP API queries with Errata."""

Expand Down

0 comments on commit 83a36ad

Please sign in to comment.