Skip to content

Commit

Permalink
Ruff client/external.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aversey committed Jul 5, 2024
1 parent a41fa23 commit 4661dfd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python/hopsworks/client/external.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 4661dfd

Please sign in to comment.