no log: removed unused assert

pull/2236/head v1.2.5-beta.16
Bryan Pinsker 9 months ago committed by GitHub
parent 53951a5fad
commit 5177d2a73c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save