mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Remove unused variable. Appease sonarcloud.
This commit is contained in:
parent
8baaa97e76
commit
1aabf491b1
@ -1105,7 +1105,7 @@ class Helpers:
|
|||||||
random_generator() = G8sjO2
|
random_generator() = G8sjO2
|
||||||
random_generator(3, abcdef) = adf
|
random_generator(3, abcdef) = adf
|
||||||
"""
|
"""
|
||||||
return "".join(secrets.choice(chars) for x in range(size))
|
return "".join(secrets.choice(chars) for _ in range(size))
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def is_os_windows():
|
def is_os_windows():
|
||||||
|
Loading…
Reference in New Issue
Block a user