From 4c59163aa31b58436fad2f8cbadeacd564887276 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Sun, 31 May 2020 14:06:11 -0700 Subject: [PATCH] two spaces before inline comment --- can/parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/can/parser.py b/can/parser.py index 3c3def2..107a839 100644 --- a/can/parser.py +++ b/can/parser.py @@ -1,2 +1,2 @@ -from opendbc.can.parser_pyx import CANParser # pylint: disable=no-name-in-module, import-error +from opendbc.can.parser_pyx import CANParser # pylint: disable=no-name-in-module, import-error assert CANParser