We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f76d4c commit b45af93Copy full SHA for b45af93
1 file changed
tests/test_influxdb_client_3.py
@@ -4,9 +4,9 @@
4
5
from pytest_httpserver import HTTPServer
6
7
-from influxdb_client_3 import InfluxDBClient3, WritePrecision, DefaultWriteOptions, Point, WriteOptions, WriteType, \
8
- ApiException
+from influxdb_client_3 import InfluxDBClient3, WritePrecision, DefaultWriteOptions, Point, WriteOptions, WriteType
9
from influxdb_client_3.exceptions import InfluxDB3ClientQueryError
+from influxdb_client_3.write_client.rest import ApiException
10
from tests.util import asyncio_run
11
from tests.util.mocks import ConstantFlightServer, ConstantData, ErrorFlightServer
12
0 commit comments