mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-01 12:32:25 +08:00
no log: update import format
This commit is contained in:
parent
3a0085a155
commit
c750fa45c8
1 changed files with 1 additions and 2 deletions
|
@ -12,6 +12,7 @@ import cloudscraper
|
|||
from guessit import guessit
|
||||
from requests import Session
|
||||
from requests.exceptions import HTTPError
|
||||
from subliminal.exceptions import ProviderError
|
||||
from subliminal_patch.core import Episode
|
||||
from subliminal_patch.core import Movie
|
||||
from subliminal_patch.exceptions import APIThrottled
|
||||
|
@ -22,8 +23,6 @@ from subliminal_patch.providers.utils import update_matches
|
|||
from subliminal_patch.subtitle import Subtitle
|
||||
from subzero.language import Language
|
||||
|
||||
from libs.subliminal.exceptions import ProviderError
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue