Skip to content

Commit 5fc8a97

Browse files
committed
Autopep changes.
1 parent 73058a5 commit 5fc8a97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_Utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
class TestUtils():
22

33
def test_remove_all_objects(self, utils):
4-
assert utils.remove_all_objects() == True,\
4+
assert utils.remove_all_objects() == True, \
55
"Failed to remove all objects"
66

77
def test_get_descriptorset_list(self, utils):

0 commit comments

Comments
 (0)