Skip to content

Commit 6951184

Browse files
committed
[test_validation.py] Fix Bad Continuation and Whitespace
1 parent 206b274 commit 6951184

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_validation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,8 @@ def test_prop_string_values(self):
193193

194194
prop2 = odml.Property(name='potential', dtype="string",
195195
values=['-4.8', '10.0', '-11.9', '-10.0', '18.0'])
196-
self.assertError(validate(prop2),'Dtype of property "potential" currently is "string", '
197-
'but might fit dtype "float"!')
196+
self.assertError(validate(prop2), 'Dtype of property "potential" currently is "string", '
197+
'but might fit dtype "float"!')
198198

199199
prop3 = odml.Property(name='dates', dtype="string",
200200
values=['1997-12-14', '00-12-14', '89-07-04'])

0 commit comments

Comments
 (0)