From 025d8c141d4231425a3df6efe94b7f8483f1399c Mon Sep 17 00:00:00 2001 From: Rightup Date: Mon, 20 Jul 2026 13:45:09 +0100 Subject: [PATCH] fix(tests): reorder import statements --- tests/test_storage_collector_ws_stats_throttle.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_storage_collector_ws_stats_throttle.py b/tests/test_storage_collector_ws_stats_throttle.py index 9c8676c..e3162e8 100644 --- a/tests/test_storage_collector_ws_stats_throttle.py +++ b/tests/test_storage_collector_ws_stats_throttle.py @@ -1,8 +1,8 @@ +import builtins +import importlib.util import sys import threading import types -import builtins -import importlib.util from pathlib import Path from types import SimpleNamespace from unittest.mock import MagicMock, patch