Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos committed Oct 18, 2023
1 parent 98242d3 commit 5f93259
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions zgw_consumers/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ def get_client_session_kwargs(self) -> dict[str, Any]:
@dataclass
class APIKeyAuth(AuthBase):
"""API Key based :class:`requests.auth.AuthBase` implementation."""

header: str
key: str

Expand Down
1 change: 1 addition & 0 deletions zgw_consumers/nlx.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ class NLXClient(NLXMixin, APIClient):
"""A :class:`ape_pie.APIClient` implementation that will take care of rewriting
URLs with :external:ref:`an event hook <event-hooks>`.
"""

pass


Expand Down

0 comments on commit 5f93259

Please sign in to comment.