mirror of
https://github.com/tiqi-group/pydase_service_base.git
synced 2026-02-20 01:58:50 +01:00
Move test files
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
"""Module for InfluxDB v3 session management."""
|
"""Module for InfluxDB v3 session management."""
|
||||||
|
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
from influxdb_client_3 import InfluxDBClient3, Point, WritePrecision as _WritePrecision
|
from influxdb_client_3 import InfluxDBClient3, Point, WritePrecision as WritePrecision
|
||||||
from typing import Any, NamedTuple, Iterable
|
from typing import Any, NamedTuple, Iterable
|
||||||
from types import TracebackType
|
from types import TracebackType
|
||||||
import logging
|
import logging
|
||||||
@@ -18,9 +18,6 @@ __all__ = [
|
|||||||
"WritePrecision",
|
"WritePrecision",
|
||||||
]
|
]
|
||||||
|
|
||||||
WritePrecision = _WritePrecision
|
|
||||||
|
|
||||||
|
|
||||||
class InfluxDBv3Session:
|
class InfluxDBv3Session:
|
||||||
"""Context manager for InfluxDB v3 session."""
|
"""Context manager for InfluxDB v3 session."""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user