Skip to content

Commit feb119b

Browse files
authored
whitespaces removed
1 parent 7a8dae1 commit feb119b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ def test_validate_query_all_possible_params():
3131
expected = query.copy()
3232
expected['_filters'] = filters
3333
assert q == expected
34-
35-
34+
35+
3636
def test_simple_type():
3737
assert 42 == SimpleType(42)
3838
assert 13.37 == SimpleType(13.37)

0 commit comments

Comments
 (0)