From 6230ef1d5198f023ff99198a480f2ee78c252692 Mon Sep 17 00:00:00 2001 From: Sergei Lebedev Date: Wed, 5 Mar 2025 15:18:43 +0000 Subject: [PATCH] Removed unused import --- tests/fused_attention_stablehlo_test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/fused_attention_stablehlo_test.py b/tests/fused_attention_stablehlo_test.py index 83e2fd350..af0b18b02 100644 --- a/tests/fused_attention_stablehlo_test.py +++ b/tests/fused_attention_stablehlo_test.py @@ -14,7 +14,6 @@ from functools import partial from absl.testing import absltest -import os import numpy as np import jax