run black

This commit is contained in:
Ronny Pfannschmidt
2018-05-23 16:48:46 +02:00
parent 3e1590bcfc
commit 703e4b11ba
133 changed files with 13821 additions and 9370 deletions

View File

@@ -4,8 +4,11 @@
def test_function():
pass
class TestClass(object):
def test_method(self):
pass
def test_anothermethod(self):
pass