mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
aurweb.util: fix code style violation
Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
f086457741
commit
6eafb457ec
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@ import aurweb.config
|
|||
|
||||
|
||||
def make_random_string(length):
|
||||
return ''.join(random.choices(string.ascii_lowercase +
|
||||
string.digits, k=length))
|
||||
return ''.join(random.choices(string.ascii_lowercase
|
||||
+ string.digits, k=length))
|
||||
|
||||
|
||||
def make_nonce(length: int = 8):
|
||||
|
|
Loading…
Add table
Reference in a new issue