daemon: formatting changes related to updating the python black formatter
This commit is contained in:
parent
4c351b0d72
commit
93272d6ed7
5 changed files with 10 additions and 10 deletions
|
@ -9,7 +9,7 @@ class TestUtils:
|
|||
no_args = "()"
|
||||
one_arg = "('one',)"
|
||||
two_args = "('one', 'two')"
|
||||
unicode_args = u"('one', 'two', 'three')"
|
||||
unicode_args = "('one', 'two', 'three')"
|
||||
|
||||
# when
|
||||
no_args = utils.make_tuple_fromstr(no_args, str)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue