mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Black codebase
This commit is contained in:
parent
73e2de6c9c
commit
7037d857d7
@ -370,7 +370,7 @@ class Helpers:
|
|||||||
digits = string.digits
|
digits = string.digits
|
||||||
locase = string.ascii_lowercase
|
locase = string.ascii_lowercase
|
||||||
upcase = string.ascii_uppercase
|
upcase = string.ascii_uppercase
|
||||||
symbols = "!@#$%^&*" # Reducing to avoid issues with ([]{}<>,'`) etc
|
symbols = "!@#$%^&*" # Reducing to avoid issues with ([]{}<>,'`) etc
|
||||||
|
|
||||||
# Combine all the character strings above to form one string
|
# Combine all the character strings above to form one string
|
||||||
combo = digits + upcase + locase + symbols
|
combo = digits + upcase + locase + symbols
|
||||||
|
Loading…
Reference in New Issue
Block a user