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 5ea0566 commit f167b5eCopy full SHA for f167b5e
influxdb/__init__.py
@@ -19,7 +19,7 @@
19
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
+ from .dataframe_client import DataFrameClient # noqa: F401 unused import
23
__all__.append("DataFrameClient")
24
25
0 commit comments