barectf: fix Flake8 errors
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 4 Sep 2020 02:03:52 +0000 (22:03 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 4 Sep 2020 02:03:52 +0000 (22:03 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
barectf/config.py

index 09f102e49545e6baa201b5842392eca118c95322..5a224287322e75d53ffb1211dfd255888a542d59 100644 (file)
@@ -480,7 +480,6 @@ class StreamTypeFeatures:
         else:
             self._packet_features = packet_features
 
-
         if event_features is None:
             self._event_features = StreamTypeEventFeatures(default_byte_order=default_byte_order)
         else:
This page took 0.023359 seconds and 4 git commands to generate.