Skip to content

Commit 00f111d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 3561a03 commit 00f111d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_simple.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def setup(self, device):
5959
time.sleep(2)
6060

6161
def health(self) -> bool:
62-
# Health check passes after 5 seconds from the first time it is called.
62+
# Health check passes after 5 seconds from the first time it is called.
6363
if not hasattr(self, "_start_time"):
6464
self._start_time = time.time()
6565
return time.time() - self._start_time >= 5

0 commit comments

Comments
 (0)