We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 240bed8 commit 799f4b6Copy full SHA for 799f4b6
chaostoxi/toxic/actions.py
@@ -33,8 +33,8 @@ def create_toxic(
33
toxic_type: str,
34
stream: str = "downstream",
35
toxicity: float = 1.0,
36
- attributes: Dict[str, Any] = None,
37
- configuration: Configuration = None,
+ attributes: Dict[str, Any] = None, # noqa: E251
+ configuration: Configuration = None, # noqa: E251
38
) -> bool:
39
"""
40
Allows you to create any of the supported types of toxics
0 commit comments