pylint indentation fix
All checks were successful
Actions / Lint Code (Ruff & Pylint) (push) Successful in 9s
All checks were successful
Actions / Lint Code (Ruff & Pylint) (push) Successful in 9s
This commit is contained in:
parent
3976c7d8bc
commit
14c41cfd45
1 changed files with 7 additions and 10 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue