Skip to content

Commit 799f4b6

Browse files
committed
tolerate this
Signed-off-by: Sylvain Hellegouarch <sh@defuze.org>
1 parent 240bed8 commit 799f4b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chaostoxi/toxic/actions.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ def create_toxic(
3333
toxic_type: str,
3434
stream: str = "downstream",
3535
toxicity: float = 1.0,
36-
attributes: Dict[str, Any] = None,
37-
configuration: Configuration = None,
36+
attributes: Dict[str, Any] = None, # noqa: E251
37+
configuration: Configuration = None, # noqa: E251
3838
) -> bool:
3939
"""
4040
Allows you to create any of the supported types of toxics

0 commit comments

Comments
 (0)