Skip to content

Commit e23fa6c

Browse files
committed
Can't untangle this one now
Signed-off-by: Sylvain Hellegouarch <sh@defuze.org>
1 parent 11b63a1 commit e23fa6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chaoslib/hypothesis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ def _(tolerance: list, value: Any, configuration: Configuration = None,
277277
return value in tolerance
278278

279279

280-
@within_tolerance.register(dict)
280+
@within_tolerance.register(dict) #noqa: C901
281281
def _(tolerance: dict, value: Any, configuration: Configuration = None, #noqa: C901
282282
secrets: Secrets = None) -> bool:
283283
tolerance_type = tolerance.get("type")

0 commit comments

Comments
 (0)