mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-04-24 14:47:16 -04:00
Subsync first implementation (only after download/upload).
This commit is contained in:
parent
f79faaa5c5
commit
c6548c06b7
271 changed files with 56072 additions and 15 deletions
7
libs/tqdm/_tqdm_notebook.py
Normal file
7
libs/tqdm/_tqdm_notebook.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
from .notebook import * # NOQA
|
||||
from .notebook import __all__ # NOQA
|
||||
from .std import TqdmDeprecationWarning
|
||||
from warnings import warn
|
||||
warn("This function will be removed in tqdm==5.0.0\n"
|
||||
"Please use `tqdm.notebook.*` instead of `tqdm._tqdm_notebook.*`",
|
||||
TqdmDeprecationWarning, stacklevel=2)
|
Loading…
Add table
Add a link
Reference in a new issue