Skip to content

Commit

Permalink
Fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
bjhardcastle committed Oct 1, 2024
1 parent 05e9d84 commit 0b182e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/npc_lims/status/tracked_sessions.py
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ def add_tracked_ephys_sessions_from_spreadsheet(

info['day'] = row['day']
info['session_kwargs'] = session_kwargs
_add_session_to_file(platform, project, k, info)
_add_session_to_file(platform, project, k, info) # type: ignore [arg-type]

def _session_info_from_file_contents(contents: FileContents) -> tuple[SessionInfo, ...]:
sessions: MutableSequence[SessionInfo] = []
Expand Down

0 comments on commit 0b182e6

Please sign in to comment.