Skip to content

Commit

Permalink
last additional typing
Browse files Browse the repository at this point in the history
  • Loading branch information
nils-schmitt committed May 24, 2024
1 parent 35b0441 commit 56b2e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracex_project/extraction/logic/orchestrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def get_data(self):
"""Return the data for the orchestrator instance."""
return self.data

def set_cohort(self, cohort):
def set_cohort(self, cohort: Dict[str, str] | None):
"""Set the cohort for the orchestrator instance."""
self.cohort = cohort

Expand Down

0 comments on commit 56b2e0c

Please sign in to comment.