mirror of
https://github.com/morpheus65535/bazarr.git
synced 2024-11-10 17:13:35 +08:00
no need to import HTTPerror exception. Not treated
This commit is contained in:
parent
1cdf07884f
commit
83d81a6946
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@ import rarfile
|
||||||
import zipfile
|
import zipfile
|
||||||
|
|
||||||
from requests import Session
|
from requests import Session
|
||||||
from requests.exceptions import HTTPError
|
|
||||||
from guessit import guessit
|
from guessit import guessit
|
||||||
from subliminal.exceptions import ConfigurationError, AuthenticationError, ServiceUnavailable, DownloadLimitExceeded
|
from subliminal.exceptions import ConfigurationError, AuthenticationError, ServiceUnavailable, DownloadLimitExceeded
|
||||||
from subliminal_patch.providers import Provider
|
from subliminal_patch.providers import Provider
|
||||||
|
|
Loading…
Reference in a new issue