Fix LGTM.com warning: Unnecessary pass

This commit is contained in:
Dimitri Papadopoulos 2021-11-01 17:09:30 +01:00
parent 3aac3f5583
commit d206b8c477
No known key found for this signature in database
GPG Key ID: 95998121D9D25F5D
1 changed files with 0 additions and 1 deletions

View File

@ -87,7 +87,6 @@ def load_languages():
languages[i].groups[shlex.split(line)[1]] = {}
# print("current group: "+languages[i].get_current_group())
elif line[0] == "t":
pass
try:
temp_translation = shlex.split(line) #errors
except ValueError as err: