style: switching from yapf to isort/black
This commit is contained in:
@ -15,4 +15,4 @@ def test_resolve_options():
|
||||
|
||||
|
||||
def test_resolve_transformations():
|
||||
assert _resolve_transformations(('PrettyPrinter', )) == (bonobo.PrettyPrinter, )
|
||||
assert _resolve_transformations(('PrettyPrinter',)) == (bonobo.PrettyPrinter,)
|
||||
|
||||
Reference in New Issue
Block a user