Skip to content

Commit

Permalink
fix pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
atimin committed Feb 20, 2023
1 parent 835d1ac commit 21afac5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions drift_cli/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,14 @@

start_option = click.option(
"--start",
help="Export records with timestamps newer than this time point in ISO format e.g. 2023-01-01T00:00:00.000Z",
help="Export records with timestamps newer than this time point in ISO format"
" e.g. 2023-01-01T00:00:00.000Z",
)

stop_option = click.option(
"--stop",
help="Export records with timestamps older than this time point in ISO format e.g 2023-01-01T00:00:00.000Z",
help="Export records with timestamps older than this time point in ISO format"
" e.g 2023-01-01T00:00:00.000Z",
)


Expand Down

0 comments on commit 21afac5

Please sign in to comment.