From fb02c169841b6ef83b83266f1ed6d7daf0368ae5 Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Wed, 3 Jul 2024 11:04:38 +0200 Subject: [PATCH] Ruff client/external.py --- python/hopsworks/client/external.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python/hopsworks/client/external.py b/python/hopsworks/client/external.py index d88beb5c5..d0a277e71 100644 --- a/python/hopsworks/client/external.py +++ b/python/hopsworks/client/external.py @@ -14,11 +14,11 @@ # limitations under the License. # -import os import base64 -import requests +import os -from hopsworks.client import base, auth, exceptions +import requests +from hopsworks.client import auth, base, exceptions class Client(base.Client):