Skip to content

Commit

Permalink
Add pre-commit fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
elibon99 committed Sep 20, 2023
1 parent d0072ba commit cbacf62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yubihsm/backends/http.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def __init__(
"""
if not url.endswith("/"):
url = url + "/"

self._url = parse.urljoin(url, "connector/api")
self._timeout = timeout

Expand Down

0 comments on commit cbacf62

Please sign in to comment.