Skip to content

Commit dd0d774

Browse files
committed
fix flake8
1 parent b9bf601 commit dd0d774

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_jsontool.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ def test_unicode(self):
7878

7979
def test_expand_with_safe(self):
8080
data = {
81-
"www.a.com":{"qps":100,"p95":20},
82-
"api.a.com":{"qps":100,"p95":20,"p99":100},
81+
"www.a.com": {"qps": 100, "p95": 20},
82+
"api.a.com": {"qps": 100, "p95": 20, "p99": 100},
8383
}
8484
expobj = expand(data, safe=True)
8585
self.assertEqual(expobj['api.a.com\\.p95'], 20)

0 commit comments

Comments
 (0)