Skip to content

Commit

Permalink
Ruff fix hopsworks/connection
Browse files Browse the repository at this point in the history
  • Loading branch information
aversey committed Jul 17, 2024
1 parent 67e8a38 commit 66474b0
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 @@ -210,7 +210,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 66474b0

Please sign in to comment.