Skip to content

Commit

Permalink
typing
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhuoqing Fang authored and Zhuoqing Fang committed Feb 21, 2025
1 parent b220d74 commit 20013e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gseapy/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ def _is_entrez_id(self, idx: Union[int, str]) -> bool:
except:
return False

def check_uppercase(self, gene_list: List[str, int]):
def check_uppercase(self, gene_list: List[Union[str, int]]) -> bool:
"""
Check whether a list of gene names are mostly in uppercase.
Expand Down

0 comments on commit 20013e3

Please sign in to comment.