Format with latest black

This commit is contained in:
Dustin Spicuzza
2021-11-25 22:51:08 -05:00
parent 420f293ead
commit 5f57509568
2 changed files with 4 additions and 2 deletions

View File

@@ -2959,6 +2959,7 @@ def test_class_volatile():
)
)
def test_class_mutable():
content = """
class Foo
@@ -2996,4 +2997,4 @@ def test_class_mutable():
)
]
)
)
)