run black
This commit is contained in:
@@ -4,8 +4,11 @@
|
||||
def test_function():
|
||||
pass
|
||||
|
||||
|
||||
class TestClass(object):
|
||||
|
||||
def test_method(self):
|
||||
pass
|
||||
|
||||
def test_anothermethod(self):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user