Use Black stable to format python code
[babeltrace.git] / tests / utils / python / tap / adapter.py
index a4075f3db09a2ad7371d320535fcc063d7dd46ec..3b8431deb03af7a5a3dbe38c8c6ccac8c1741e25 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: BSD-2-Clause
+#
 # Copyright (c) 2016, Matt Layman
 
 
@@ -6,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.023134 seconds and 4 git commands to generate.