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 Apr 29, 2024
1 parent f686e8e commit 7251efb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/nwbinspector/checks/nwbfile_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ def check_session_start_time_old_date(nwbfile: NWBFile):
dummy_time = dummy_time.astimezone()
if session_start_time <= dummy_time:
return InspectorMessage(
message=(
f"The session_start_time ({session_start_time}) may not be set to the true date of the recording."
)
message=(f"The session_start_time ({session_start_time}) may not be set to the true date of the recording.")
)


Expand Down

0 comments on commit 7251efb

Please sign in to comment.