From 68b8106dc40b4a9da2ba46465cbcfdd6e172f1b6 Mon Sep 17 00:00:00 2001
From: Adam Blank <blank@caltech.edu>
Date: Sun, 6 Apr 2025 15:59:01 -0700
Subject: [PATCH] Update pulse.py

---
 src/pulse.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/pulse.py b/src/pulse.py
index 715d1ca..cf7df9b 100644
--- a/src/pulse.py
+++ b/src/pulse.py
@@ -1,4 +1,5 @@
-import time
+import importlib
+time = importlib.import_module('time')
 
 from .abstract import LEDController
 from support.mytyping import NoReturn
-- 
GitLab