Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 29, 2024
1 parent fc7f6e7 commit 924f900
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions disdrodb/issue/writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@

def _write_issue_docs(f):
"""Provide template for issue.yml"""
f.write("""# This file is used to store timesteps/time periods with wrong/corrupted observation.
f.write(
"""# This file is used to store timesteps/time periods with wrong/corrupted observation.
# The specified timesteps are dropped during the L0 processing.
# The time format used is the isoformat : YYYY-mm-dd HH:MM:SS.
# The 'timesteps' key enable to specify the list of timesteps to be discarded.
Expand All @@ -46,7 +47,8 @@ def _write_issue_docs(f):
# - ['2018-08-01 12:00:00', '2018-08-01 14:00:00']
# - ['2018-08-01 15:44:30', '2018-08-01 15:59:31']
# - ['2018-08-02 12:44:30', '2018-08-02 12:59:31'] \n
""")
"""
)
return None


Expand Down

0 comments on commit 924f900

Please sign in to comment.