Skip to content

Commit

Permalink
Chore: Format code with new Black
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jan 30, 2024
1 parent 6e7bc26 commit 9b5c56e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/export_lineprotocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
https://docs.influxdata.com/influxdb/latest/reference/syntax/line-protocol/
"""

import gzip
import logging
from pathlib import Path
Expand Down
1 change: 1 addition & 0 deletions examples/export_sqlalchemy.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- Transfer data from InfluxDB to RDBMS database using SQLAlchemy/pandas/Dask.
- Read back a few samples worth of data from the RDBMS database.
"""

import logging

import sqlalchemy as sa
Expand Down

0 comments on commit 9b5c56e

Please sign in to comment.