Skip to content

Commit f167b5e

Browse files
committed
Add extra space before inline comment
1 parent 5ea0566 commit f167b5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

influxdb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
NO_DATAFRAME_CLIENT = os.environ.get("INFLUXDB_NO_DATAFRAME_CLIENT", "0")
2121
if NO_DATAFRAME_CLIENT.lower() not in ("1", "true"):
22-
from .dataframe_client import DataFrameClient # noqa: F401 unused import
22+
from .dataframe_client import DataFrameClient # noqa: F401 unused import
2323
__all__.append("DataFrameClient")
2424

2525

0 commit comments

Comments
 (0)