Skip to content

Commit

Permalink
Lask lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
morriscb committed Aug 17, 2023
1 parent d119103 commit e93ad46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def get_sessions(
"criteria=model::EcephysSession"
r"{{rm.optional_contains('id',session_ids)}}"
r"{%if has_eye_tracking is not none%}[fail_eye_tracking$eq{{m.str(not has_eye_tracking).lower()}}]{%endif%}" # noqa: E501
r"{{rm.optional_contains('stimulus_name',stimulus_names,True)}}"
r"{{rm.optional_contains('stimulus_name',stimulus_names,True)}}" # noqa: E501
",rma::include,specimen(donor(age))"
",well_known_files(well_known_file_type)"
),
Expand Down

0 comments on commit e93ad46

Please sign in to comment.