From a0352939986e24f9c2c9b040e1a074b95f8ca3e4 Mon Sep 17 00:00:00 2001 From: Matt Van Horn <455140+mvanhorn@users.noreply.github.com> Date: Tue, 7 Apr 2026 16:36:57 -0700 Subject: [PATCH] fix: remove unused sys import --- mempalace/miner.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mempalace/miner.py b/mempalace/miner.py index e07b257..1b999b5 100644 --- a/mempalace/miner.py +++ b/mempalace/miner.py @@ -8,7 +8,6 @@ Stores verbatim chunks as drawers. No summaries. Ever. """ import os -import sys import hashlib import fnmatch from pathlib import Path