From 58878bfd264d09c3c19f0a1bedbc0c2248019a8d Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Sun, 31 May 2020 17:49:11 -0700 Subject: [PATCH] whitespace fix --- messaging/__init__.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/messaging/__init__.py b/messaging/__init__.py index b45d9bc..c4372bc 100644 --- a/messaging/__init__.py +++ b/messaging/__init__.py @@ -133,10 +133,10 @@ class SubMaster(): def __init__(self, services, ignore_alive=None, addr="127.0.0.1"): self.poller = Poller() self.frame = -1 - self.updated = {s : False for s in services} - self.rcv_time = {s : 0. for s in services} - self.rcv_frame = {s : 0 for s in services} - self.alive = {s : False for s in services} + self.updated = {s: False for s in services} + self.rcv_time = {s: 0. for s in services} + self.rcv_frame = {s: 0 for s in services} + self.alive = {s: False for s in services} self.sock = {} self.freq = {} self.data = {}