Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: Refactored the way of warnings #864

Merged
merged 16 commits into from
Jan 6, 2025
Prev Previous commit
Next Next commit
nit
  • Loading branch information
hh-space-invader committed Jan 5, 2025

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
commit d3f9f805e2eab31af02a189f13db580409577392
1 change: 1 addition & 0 deletions qdrant_client/async_qdrant_remote.py
Original file line number Diff line number Diff line change
@@ -13,6 +13,7 @@
import logging
import math
import platform
import warnings
from multiprocessing import get_all_start_methods
from typing import (
Any,