Skip to content

Commit 4661dfd

Browse files
committed
Ruff client/external.py
1 parent a41fa23 commit 4661dfd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

python/hopsworks/client/external.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
# limitations under the License.
1515
#
1616

17-
import os
1817
import base64
19-
import requests
18+
import os
2019

21-
from hopsworks.client import base, auth, exceptions
20+
import requests
21+
from hopsworks.client import auth, base, exceptions
2222

2323

2424
class Client(base.Client):

0 commit comments

Comments
 (0)