From a61839db40aacfbaac528d3607ae26618962f8f4 Mon Sep 17 00:00:00 2001 From: Jason Wen Date: Fri, 14 Nov 2025 02:16:45 -0500 Subject: [PATCH] commaai/openpilot:954b567b9ba0f3d1ae57d6aa7797fa86dd92ec6e --- sunnypilot/sunnylink/statsd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sunnypilot/sunnylink/statsd.py b/sunnypilot/sunnylink/statsd.py index eefff63516..70d3d58e94 100755 --- a/sunnypilot/sunnylink/statsd.py +++ b/sunnypilot/sunnylink/statsd.py @@ -17,7 +17,7 @@ from cereal.messaging import SubMaster from openpilot.system.hardware.hw import Paths from openpilot.common.swaglog import cloudlog from openpilot.system.hardware import HARDWARE -from openpilot.common.file_helpers import atomic_write_in_dir +from openpilot.common.utils import atomic_write_in_dir from openpilot.system.version import get_build_metadata from openpilot.system.loggerd.config import STATS_DIR_FILE_LIMIT, STATS_SOCKET, STATS_FLUSH_TIME_S from openpilot.system.statsd import METRIC_TYPE, StatLogSP