From cbacf62c435352e93c1bb430d130addeaf38a823 Mon Sep 17 00:00:00 2001 From: Elias Bonnici Date: Wed, 20 Sep 2023 17:06:15 +0200 Subject: [PATCH] Add pre-commit fixes. --- yubihsm/backends/http.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yubihsm/backends/http.py b/yubihsm/backends/http.py index bb9eece..3368ffb 100644 --- a/yubihsm/backends/http.py +++ b/yubihsm/backends/http.py @@ -41,7 +41,7 @@ def __init__( """ if not url.endswith("/"): url = url + "/" - + self._url = parse.urljoin(url, "connector/api") self._timeout = timeout