Skip to content

Commit 7ecc7ce

Browse files
committed
black changes
1 parent 9a659cd commit 7ecc7ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ def test_format_properties_target_level(self):
224224

225225
self.model["function"] = "something_else"
226226
properties, _ = _format_properties(self.model)
227-
self.assertEqual(properties["targetLevel"], '')
227+
self.assertEqual(properties["targetLevel"], "")
228228

229229
def test_format_properties_input_variables(self):
230230
_, variables = _format_properties(self.model, self.input_var)

0 commit comments

Comments
 (0)