Skip to content

Commit 9c99c74

Browse files
committed
Black lint fix
1 parent 212b198 commit 9c99c74

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

tests/test_rule_modifiers.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,12 @@ def _rule_block_parser():
1111
def test_get_rule_mod_total_rate_string_true():
1212
xml = {
1313
"ListOfOperations": {},
14-
"RateLaw": {"@type": "Function", "@totalrate": "1", "@id": "r1", "@name": "foo"},
14+
"RateLaw": {
15+
"@type": "Function",
16+
"@totalrate": "1",
17+
"@id": "r1",
18+
"@name": "foo",
19+
},
1520
}
1621

1722
mod = _rule_block_parser().get_rule_mod(xml)

0 commit comments

Comments
 (0)