Skip to content
Snippets Groups Projects
Commit af73fcd7 authored by Larissa Glass's avatar Larissa Glass
Browse files

fix tuple output typing annotation

parent dce8099b
No related branches found
No related tags found
1 merge request!16fix tuple output typing annotation
...@@ -318,7 +318,7 @@ class TranscriptGenerator: ...@@ -318,7 +318,7 @@ class TranscriptGenerator:
return inclusion_arr return inclusion_arr
def _get_unique_inclusions(self) -> tuple(list, np.array, np.array): def _get_unique_inclusions(self) -> tuple[list, np.array, np.array]:
"""Inclusion of unique intron inclusion via arrays and counts and name generation of each unique count. """Inclusion of unique intron inclusion via arrays and counts and name generation of each unique count.
Args: Args:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment