Skip to content

Commit 4ace216

Browse files
fix: internal persistence testing scripts
1 parent 201ab2b commit 4ace216

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benchmarks/40.full_persistence_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import os
1010
import shutil
1111
import time
12-
from typing import Dict, Any, List
12+
#from typing import Dict, Any, List
1313

1414
class PersistenceTestSuite:
1515
def __init__(self, base_dir: str = "persistence_tests"):

0 commit comments

Comments
 (0)