Skip to content

Commit b45af93

Browse files
wip
1 parent 7f76d4c commit b45af93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_influxdb_client_3.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
from pytest_httpserver import HTTPServer
66

7-
from influxdb_client_3 import InfluxDBClient3, WritePrecision, DefaultWriteOptions, Point, WriteOptions, WriteType, \
8-
ApiException
7+
from influxdb_client_3 import InfluxDBClient3, WritePrecision, DefaultWriteOptions, Point, WriteOptions, WriteType
98
from influxdb_client_3.exceptions import InfluxDB3ClientQueryError
9+
from influxdb_client_3.write_client.rest import ApiException
1010
from tests.util import asyncio_run
1111
from tests.util.mocks import ConstantFlightServer, ConstantData, ErrorFlightServer
1212

0 commit comments

Comments
 (0)