opthub-org / opthub-client

CLI tools used in OptHub competitions.
https://pypi.org/project/opthub_client/
1 stars 0 forks source link

Need type annotation for "bar"mypy (var-annotated) #99

Open Mishima-Ryuji opened 3 months ago

Mishima-Ryuji commented 3 months ago

controllers/download.py

with click.progressbar(  # type: ignore[var-annotated]
   length=total_trials,
   label="Downloading trials",
) as bar: