Skip to content

Commit

Permalink
fix reliability issue detected by sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsage1 committed Mar 15, 2024
1 parent 7fd3467 commit 54c98da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/openchallenges/edam-etl/src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def main() -> None:
f"https://github.com/edamontology/edamontology/raw/main/releases/EDAM_{VERSION}.csv"
)
download_edam_csv(url, VERSION)
df: DataFrame = transform_to_dataframe(VERSION)
df: pd.DataFrame = transform_to_dataframe(VERSION)
print_info_statistics(df)


Expand Down

0 comments on commit 54c98da

Please sign in to comment.