Skip to content

Commit

Permalink
Fix unrelated linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
illusional committed Sep 14, 2023
1 parent b18e3c3 commit 76467a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/graphql/loaders.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ async def load_analyses_for_sequencing_groups(
@connected_data_loader(LoaderKeys.PHENOTYPES_FOR_PARTICIPANTS)
async def load_phenotypes_for_participants(
participant_ids: list[int], connection
) -> list[list[dict]]:
) -> list[dict]:
"""
Data loader for phenotypes for participants
"""
Expand Down

0 comments on commit 76467a0

Please sign in to comment.