From d5c6d175a5fc64362f0390673dbd199d789bb9e1 Mon Sep 17 00:00:00 2001 From: evelynmitchell Date: Wed, 27 Nov 2024 09:19:44 -0700 Subject: [PATCH] timing comes first, so suppress ruff import error --- tests/profiling_agent.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/profiling_agent.py b/tests/profiling_agent.py index 8f1b0220..f8c34a0b 100644 --- a/tests/profiling_agent.py +++ b/tests/profiling_agent.py @@ -1,3 +1,6 @@ +# ruff: noqa: E402 # Ignore module level import not at top of file + + import time start_time = time.time()