black formatting

This commit is contained in:
2024-05-12 22:42:11 -04:00
parent d528285828
commit 11f98d078f
5 changed files with 11 additions and 6 deletions

View File

@ -6,7 +6,7 @@ from concurrent.futures import ThreadPoolExecutor, as_completed
def add_one(number):
print(number)
sleep(randint(0,2))
sleep(randint(0, 2))
return number + 1