1
1
Fork 0

pylint indentation fix
All checks were successful
Actions / Lint Code (Ruff & Pylint) (push) Successful in 9s

This commit is contained in:
Seaswimmer 2024-05-08 12:32:31 -04:00
parent 3976c7d8bc
commit 14c41cfd45
Signed by: cswimr
GPG key ID: 5D671B5D03D65A7F

View file

@ -1,7 +1,4 @@
from time import (
sleep, #the sleep function adds a delay, allowing time to tick down by a second rather than instantly
)
from time import \
sleep # the sleep function adds a delay, allowing time to tick down by a second rather than instantly