bt2, babeltrace: apply PEP 8 except for E501 and E722
[babeltrace.git] / bindings / python / babeltrace / babeltrace / reader_field_definition.py
index 1485e5be222945d1e6ac3c66d56f9ba444e84f7f..278ca00c006f890cef72ee797f6c139d686a185a 100644 (file)
@@ -24,6 +24,7 @@ import bt2
 import babeltrace.common as common
 import babeltrace.reader_field_declaration as reader_field_declaration
 
+
 class FieldError(Exception):
     """
     Field error, raised when the value of a field cannot be accessed.
@@ -35,6 +36,7 @@ class FieldError(Exception):
     def __str__(self):
         return repr(self.value)
 
+
 class _Definition:
     def __init__(self, scope_id, field, name):
         self._scope_id = scope_id
This page took 0.024272 seconds and 4 git commands to generate.