Skip to content

Commit 750c90c

Browse files
committed
nocover
1 parent e21b054 commit 750c90c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • hypothesis-python/src/hypothesis/internal

hypothesis-python/src/hypothesis/internal/entropy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def seed_all() -> None:
208208
r = ref()
209209
if r is None:
210210
# ie the random instance has been gc'd
211-
continue
211+
continue # pragma: no cover
212212
states[k] = r.getstate()
213213
r.seed(seed)
214214
if k == _global_random_rkey:

0 commit comments

Comments
 (0)