Skip to content

Commit 860403e

Browse files
committed
Clean up spacing
1 parent f2a7fcc commit 860403e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,7 @@ def test_to_bool_str_invalid():
846846
def test_to_bool_bool():
847847
assert cu.to_bool(True)
848848
assert not cu.to_bool(False)
849-
849+
850850

851851
def test_to_bool_int():
852852
assert cu.to_bool(1)

0 commit comments

Comments
 (0)