forked from mirrors/qmk_userspace
Cleanup issues identified by lgtm (#14459)
* cleanup issues identified by lgtm * fix the git_status check
This commit is contained in:
parent
5f38a98fa0
commit
fce9cb9338
17 changed files with 24 additions and 42 deletions
|
@ -1,5 +1,4 @@
|
|||
from functools import reduce
|
||||
import re
|
||||
|
||||
strings = []
|
||||
number_of_strings = -1
|
||||
|
@ -463,4 +462,4 @@ def secret_chord(PSEUDOLAYER, ACTION, INPUT_STRING, data, output_buffer, index,
|
|||
|
||||
hash = hash[3:]
|
||||
if hash != "":
|
||||
return add_key(PSEUDOLAYER, hash, ACTION, output_buffer, index, number_of_strings, strings)
|
||||
return add_key(PSEUDOLAYER, hash, ACTION, output_buffer, index, number_of_strings, strings)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue