From 22169b99b7756349baddae84b2b4e058acce5599 Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Fri, 15 Aug 2025 21:48:09 +0100 Subject: Isort all scripts --- scripts/canbus_query.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'scripts/canbus_query.py') diff --git a/scripts/canbus_query.py b/scripts/canbus_query.py index 9620be84..c31734dd 100644 --- a/scripts/canbus_query.py +++ b/scripts/canbus_query.py @@ -4,7 +4,11 @@ # Copyright (C) 2021 Kevin O'Connor # # This file may be distributed under the terms of the GNU GPLv3 license. -import sys, os, optparse, time +import optparse +import os +import sys +import time + import can CANBUS_ID_ADMIN = 0x3F0 -- cgit v1.2.3-70-g09d2