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 0f607bd commit 5ea0566Copy full SHA for 5ea0566
influxdb/__init__.py
@@ -20,7 +20,7 @@
20
NO_DATAFRAME_CLIENT = os.environ.get("INFLUXDB_NO_DATAFRAME_CLIENT", "0")
21
if NO_DATAFRAME_CLIENT.lower() not in ("1", "true"):
22
from .dataframe_client import DataFrameClient # noqa: F401 unused import
23
- __all__.append("DataFrameClient")
+ __all__.append("DataFrameClient")
24
25
26
__version__ = '5.0.0'
0 commit comments