bt2, babeltrace: apply PEP 8 except for E501 and E722
[babeltrace.git] / bindings / python / bt2 / bt2 / clock_class.py
index 229121ed6f1462e37b239b29b2d231449cd295b9..6aed8928e57b162ef5b5d4b4a28933345da3c4ec 100644 (file)
@@ -26,6 +26,7 @@ import numbers
 import bt2
 import bt2.clock_value as clock_value
 
+
 class ClockClassOffset:
     def __init__(self, seconds=0, cycles=0):
         utils._check_int64(seconds)
@@ -220,4 +221,3 @@ class ClockClass(object._Object):
 
     def __call__(self, cycles):
         return clock_value._ClockValue(self._ptr, cycles)
-
This page took 0.023576 seconds and 4 git commands to generate.