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/test_klippy.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'scripts/test_klippy.py') diff --git a/scripts/test_klippy.py b/scripts/test_klippy.py index de7ce757..a7672f5e 100644 --- a/scripts/test_klippy.py +++ b/scripts/test_klippy.py @@ -3,7 +3,11 @@ # Copyright (C) 2018 Kevin O'Connor # # This file may be distributed under the terms of the GNU GPLv3 license. -import sys, os, optparse, logging, subprocess +import logging +import optparse +import os +import subprocess +import sys TEMP_GCODE_FILE = "_test_.gcode" TEMP_OUTPUT_FILE = "_test_output" -- cgit v1.2.3-70-g09d2