From 9a192d8eb8cadac0a4a57c2319fab37732be7457 Mon Sep 17 00:00:00 2001 From: Atharv Nagavarapu <30nagava@elmbrookstudents.org> Date: Fri, 13 Feb 2026 13:21:49 +0000 Subject: [PATCH] Update diagnostics/hub_diagnostics.py --- diagnostics/{HubDiagnostics.py => hub_diagnostics.py} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename diagnostics/{HubDiagnostics.py => hub_diagnostics.py} (95%) diff --git a/diagnostics/HubDiagnostics.py b/diagnostics/hub_diagnostics.py similarity index 95% rename from diagnostics/HubDiagnostics.py rename to diagnostics/hub_diagnostics.py index 1ffaf3b..e83335d 100644 --- a/diagnostics/HubDiagnostics.py +++ b/diagnostics/hub_diagnostics.py @@ -1,7 +1,7 @@ from pybricks.tools import wait, StopWatch from pybricks import version -import OtherFunctions as debug -from MicroPythonDiagnostics import MicroPythonDiagnostics +import other_functions as debug +from micropython_diagnostics import MicroPythonDiagnostics from pybricks.parameters import Port class HubDiagnostics: def __init__(self, hub):