Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nalinigans committed Dec 27, 2024
1 parent ad6bcec commit 7f39618
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/genomicsdb_query
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,8 @@ class GenomicsDBQueryConfig(NamedTuple):
start: int
end: int
array_name: str
row_tuples:List[tuple]
filter:str
row_tuples: List[tuple]
filter: str


class OutputConfig(NamedTuple):
Expand Down

0 comments on commit 7f39618

Please sign in to comment.