summaryrefslogtreecommitdiff
path: root/persistent.py
diff options
context:
space:
mode:
authorScott <[email protected]>2022-01-12 20:59:00 -0800
committerScott <[email protected]>2022-01-12 20:59:00 -0800
commit21562149bda41588b65e4553d216fd0103761811 (patch)
treeaeb5f710988a17e00eb491523cbc10d840984a16 /persistent.py
parenta38d345b8b9348bab10c3e359997aadad814a6a1 (diff)
"Fix" a flaky test and cleanup an unused import.
Diffstat (limited to 'persistent.py')
-rw-r--r--persistent.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/persistent.py b/persistent.py
index 36ae29c..8829d6d 100644
--- a/persistent.py
+++ b/persistent.py
@@ -7,7 +7,6 @@ import enum
import functools
import logging
from typing import Any
-import warnings
import file_utils