mirror of https://github.com/morpheus65535/bazarr
no log: removed unused assert
This commit is contained in:
parent
53951a5fad
commit
5177d2a73c
|
@ -67,7 +67,6 @@ class CustomLanguage:
|
|||
|
||||
@classmethod
|
||||
def get_alpha_type(cls, subtitle: str, subtitle_path=None):
|
||||
assert subtitle_path is not None
|
||||
|
||||
extension = str(os.path.splitext(subtitle)[0]).lower()
|
||||
to_return = None
|
||||
|
|
Loading…
Reference in New Issue