From 2029a52f6e26455908d729f31347abe630c8288b Mon Sep 17 00:00:00 2001 From: andrewwhitecdw Date: Wed, 12 Aug 2026 15:03:10 -0500 Subject: [PATCH] fix: remove unused `import time` Squashed to single commit for review. Original PR: https://github.com/andrewwhitecdw/TransformerEngine/pull/14 Signed-off-by: andrewwhitecdw --- tests/pytorch/attention/test_attention_with_cp.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/pytorch/attention/test_attention_with_cp.py b/tests/pytorch/attention/test_attention_with_cp.py index 2c0a5d9217..3c86f99cef 100644 --- a/tests/pytorch/attention/test_attention_with_cp.py +++ b/tests/pytorch/attention/test_attention_with_cp.py @@ -9,7 +9,6 @@ import subprocess import sys import threading -import time import pathlib import logging import copy