Skip to content

Commit

Permalink
type return incorrectly inst an object (#784)
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerseale authored Oct 29, 2024
1 parent 57be5e4 commit 8f148a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/python/src/tiledbvcf/allele_frequency.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import pandas


def read_allele_frequency(dataset_uri: str, region: str) -> pandas.DataFrame():
def read_allele_frequency(dataset_uri: str, region: str) -> pandas.DataFrame:
"""
Read variant status
Expand Down

0 comments on commit 8f148a5

Please sign in to comment.