Skip to content

Commit 8f148a5

Browse files
authored
type return incorrectly inst an object (#784)
1 parent 57be5e4 commit 8f148a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apis/python/src/tiledbvcf/allele_frequency.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import pandas
22

33

4-
def read_allele_frequency(dataset_uri: str, region: str) -> pandas.DataFrame():
4+
def read_allele_frequency(dataset_uri: str, region: str) -> pandas.DataFrame:
55
"""
66
Read variant status
77

0 commit comments

Comments
 (0)