Use Black stable to format python code
[babeltrace.git] / tests / utils / python / tap / adapter.py
index 6dd5d4467a58a63753cbd03d7a64462d7a564aaa..3b8431deb03af7a5a3dbe38c8c6ccac8c1741e25 100644 (file)
@@ -8,6 +8,7 @@ class Adapter(object):
 
     It is an alternative to TestCase to collect TAP results.
     """
+
     failureException = AssertionError
 
     def __init__(self, filename, line):
This page took 0.023919 seconds and 4 git commands to generate.