Skip to content

Commit

Permalink
remove unsued variable
Browse files Browse the repository at this point in the history
  • Loading branch information
YojanaGadiya committed Oct 14, 2024
1 parent 615bbf5 commit f4ae486
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pyBiodatafuse/annotators/wikipathways.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,6 @@ def get_gene_wikipathways(bridgedb_df: pd.DataFrame):
sparql = SPARQLWrapper(WIKIPATHWAYS_ENDPOINT)
sparql.setReturnFormat(JSON)

query_count = 0

intermediate_df = pd.DataFrame()

for gene_list_str in tqdm(query_gene_lists, desc="Querying WikiPathways"):
Expand Down

0 comments on commit f4ae486

Please sign in to comment.