Skip to content

Commit

Permalink
chore: remove unneeded input variable
Browse files Browse the repository at this point in the history
  • Loading branch information
christinehc committed Dec 18, 2024
1 parent 1e13f76 commit ee8e60a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sampleChemMapping/src/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ def query_comptox_by_dtxsid(
df: pd.DataFrame,
data_cols: list[str] = ["averageMass", "inchikey", "molFormula"],
wait: float = WAIT,
tries: int = 5,
) -> pd.DataFrame:
"""Perform CompTox API detail query by DTXSID.
Expand Down

0 comments on commit ee8e60a

Please sign in to comment.