Skip to content

Commit

Permalink
fix: miscalling clip_server in clip_client
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxiao committed Jun 21, 2022
1 parent c3e7513 commit 79e85ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/clip_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
from clip_client.client import Client

if 'NO_VERSION_CHECK' not in os.environ:
from clip_server.helper import is_latest_version
from clip_client.helper import is_latest_version

is_latest_version(github_repo='clip-as-service')

0 comments on commit 79e85ee

Please sign in to comment.