From 294bb7be15c2ef575fef54d443aac2617fb65c48 Mon Sep 17 00:00:00 2001 From: Brandon Wees Date: Thu, 27 Oct 2022 10:57:50 -0400 Subject: [PATCH] remvoe unneeded import --- changedetectionio/model/Watch.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/changedetectionio/model/Watch.py b/changedetectionio/model/Watch.py index fc610c88e..610284858 100644 --- a/changedetectionio/model/Watch.py +++ b/changedetectionio/model/Watch.py @@ -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: