Skip to content

Commit f12e88c

Browse files
committed
refactor: remove unused shutil import and simplify print statement in cache integration test
1 parent b388cf7 commit f12e88c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

nexum_ai/tests/test_cache_integration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import sys
88
import os
99
import tempfile
10-
import shutil
10+
1111
from pathlib import Path
1212

1313
# Add project root to path
@@ -81,7 +81,7 @@ def test_cache_persistence_lifecycle():
8181
cache2.save_cache_json(json_file)
8282

8383
assert os.path.exists(json_file), "JSON file should exist"
84-
print(f" JSON export successful")
84+
print(" JSON export successful")
8585

8686
# Test 6: Test cache optimization
8787
print("\n6. Testing cache optimization...")

0 commit comments

Comments
 (0)