remvoe unneeded import

diff-proposed-for-bwees
Brandon Wees 2 years ago committed by GitHub
parent c2c8bb4de8
commit 294bb7be15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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:

Loading…
Cancel
Save