fix unused variable
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ async def credit_wallet(wallet_id: str, amount: int):
|
|||||||
def get_random_string(N=10):
|
def get_random_string(N=10):
|
||||||
return "".join(
|
return "".join(
|
||||||
random.SystemRandom().choice(string.ascii_uppercase + string.digits)
|
random.SystemRandom().choice(string.ascii_uppercase + string.digits)
|
||||||
for _ in range(10)
|
for _ in range(N)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user