no log: removed unused assert

This commit is contained in:
Bryan Pinsker 2023-08-21 03:52:49 +03:00 committed by GitHub
parent 53951a5fad
commit 5177d2a73c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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