Skip to content

Commit 0b88bf3

Browse files
tests: Utils.WaitUntil is corrected (garbage)
1 parent 2a2fcce commit 0b88bf3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/helpers/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ def WaitUntil(
3030
assert type(timeout) in [int, float]
3131
assert type(interval) in [int, float]
3232
assert type(notification_interval) in [int, float]
33-
assert type(throw_timeout) == bool # noqa: E721
3433
assert timeout >= 0
3534
assert interval >= 0
3635
assert notification_interval >= 0

0 commit comments

Comments
 (0)