remvoe unneeded import

This commit is contained in:
Brandon Wees
2022-10-27 10:57:50 -04:00
committed by GitHub
parent c2c8bb4de8
commit 294bb7be15
-2
View File
@@ -217,8 +217,6 @@ class model(dict):
# Get previous text snapshot for diffing - used for calculating additions and deletions
def get_previous_text(self):
from os import path
snapshot_fname = os.path.join(self.watch_data_dir, "previous.txt")
if self.history_n < 1: