From 18838ea3ae27ed06620ce9ea0e9d7274a5fa5c43 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Thu, 3 Sep 2020 22:03:52 -0400 Subject: [PATCH] barectf: fix Flake8 errors Signed-off-by: Philippe Proulx --- barectf/config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/barectf/config.py b/barectf/config.py index 09f102e..5a22428 100644 --- a/barectf/config.py +++ b/barectf/config.py @@ -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: -- 2.34.1