Files
qdrant-client/qdrant_openapi_client/__init__.py
George bdae392066 new: add pre-commit (#126)
* new: add pre-commit

* new: exclude auto-generated files

* new: increase black line length

* fix: fix exclude pattern

* remove default version

* apply black

---------

Co-authored-by: Andrey Vasnetsov <andrey@vasnetsov.com>
2023-03-01 21:19:46 +04:00

10 lines
267 B
Python

import logging
import qdrant_client.http.api as api
import qdrant_client.http.api_client as api_client
import qdrant_client.http.exceptions as exceptions
logging.warning(
"Use of deprecated import: use `qdrant_client.http` instead of `qdrant_openapi_client`"
)