Skip to content

Commit

Permalink
chore(lib): use tqdm.auto
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans committed Feb 11, 2025
1 parent 9fdbc7e commit 2aa24d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion differt/src/differt/scene/_sionna.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

import requests
from filelock import FileLock
from tqdm import tqdm
from tqdm.auto import tqdm

SIONNA_SCENES_FOLDER = Path(__file__).parent / "scenes"

Expand Down

0 comments on commit 2aa24d4

Please sign in to comment.