mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2026-09-24 14:25:53 +00:00
remvoe unneeded import
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user