diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 03d810c..833b88b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -36,8 +36,6 @@ jobs: API_URL: ${{ secrets.API_URL }} API_LOGIN: ${{ secrets.API_LOGIN }} API_PWD: ${{ secrets.API_PWD }} - LAT: 48.88 - LON: 2.38 run: | coverage run -m pytest tests/ coverage xml diff --git a/pyroengine/utils.py b/pyroengine/utils.py index 4e5f51a..3029635 100644 --- a/pyroengine/utils.py +++ b/pyroengine/utils.py @@ -5,7 +5,7 @@ import numpy as np -from tqdm import tqdm +from tqdm import tqdm # type: ignore[import-untyped] __all__ = ["nms", "DownloadProgressBar"]