We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06af767 commit df8e6e5Copy full SHA for df8e6e5
1 file changed
test/components/bot_detector/wide_event/test_core.py
@@ -244,7 +244,7 @@ def test_complex_nested_structure():
244
def test_add_with_deeply_nested_struct():
245
"""Test add with deeply nested dictionary structure."""
246
logger = WideEventLogger()
247
- token = logger.set(
+ _ = logger.set(
248
{
249
"config": {
250
"database": {
0 commit comments