mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-04-24 22:57:13 -04:00
Upgraded some embedded dependencies to be ready for Python 3.10. This doesn't mean that it's fully supported right now.
This commit is contained in:
parent
2d214bfbd5
commit
402c82d84f
244 changed files with 8217 additions and 96583 deletions
|
@ -1,7 +1,9 @@
|
|||
from warnings import warn
|
||||
|
||||
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