Commit 18614ea8 authored by Rafael Monnerat's avatar Rafael Monnerat

erp5_secure_payment: Start to test for CodingStyle

parent d257a74b
...@@ -3,4 +3,4 @@ ...@@ -3,4 +3,4 @@
""" """
from random import choice from random import choice
import string import string
return ''.join([choice(string.ascii_letters) for i in range(max_long)]) return ''.join([choice(string.ascii_letters) for _ in range(max_long)])
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment