We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57be5e4 commit 8f148a5Copy full SHA for 8f148a5
apis/python/src/tiledbvcf/allele_frequency.py
@@ -1,7 +1,7 @@
1
import pandas
2
3
4
-def read_allele_frequency(dataset_uri: str, region: str) -> pandas.DataFrame():
+def read_allele_frequency(dataset_uri: str, region: str) -> pandas.DataFrame:
5
"""
6
Read variant status
7
0 commit comments