Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
RonanMorgan committed Dec 17, 2024
1 parent 510c223 commit a2f00fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyroengine/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


import numpy as np
from tqdm import tqdm
from tqdm import tqdm # type: ignore[import-untyped]

__all__ = ["nms", "DownloadProgressBar"]

Expand Down

0 comments on commit a2f00fe

Please sign in to comment.