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/graph_motion.py | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'scripts/graph_motion.py') diff --git a/scripts/graph_motion.py b/scripts/graph_motion.py index 83072680..59df798a 100755 --- a/scripts/graph_motion.py +++ b/scripts/graph_motion.py @@ -5,7 +5,10 @@ # Copyright (C) 2020 Dmitry Butyugin # # This file may be distributed under the terms of the GNU GPLv3 license. -import optparse, datetime, math +import datetime +import math +import optparse + import matplotlib SEG_TIME = 0.000100 @@ -456,7 +459,9 @@ def setup_matplotlib(output_to_file): global matplotlib if output_to_file: matplotlib.use("Agg") - import matplotlib.pyplot, matplotlib.dates, matplotlib.font_manager + import matplotlib.dates + import matplotlib.font_manager + import matplotlib.pyplot import matplotlib.ticker -- cgit v1.2.3-70-g09d2