fix: remove unused pytest import from e2e test

This commit is contained in:
2026-05-30 21:10:43 +00:00
parent 300dddedc0
commit e2e21c6350

View File

@@ -17,7 +17,6 @@ to when the compressor + indexer are wired (CSA layer test).
"""
import torch
import math
import pytest
def test_swa_cache_gather():