Skip to content

Commit

Permalink
Ruff fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aversey committed Oct 22, 2024
1 parent 40d4048 commit 1a25476
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/hopsworks/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,8 @@ def _check_compatibility(self):
warnings.warn(
"The installed hopsworks client version {0} may not be compatible with the connected Hopsworks backend version {1}. \nTo ensure compatibility please install the latest bug fix release matching the minor version of your backend ({2}) by running 'pip install hopsworks=={2}.*'".format(
client_version, backend_version, major_minor_backend
)
),
stacklevel=1,
)
sys.stderr.flush()

Expand Down

0 comments on commit 1a25476

Please sign in to comment.