Removed redundant code from optimized_edit, renamed to line_edit

Former-commit-id: 6fc1642909392c5c1f2f7e4602fd499ceff9d6a4
Former-commit-id: 9dd02b390893cb6239717ab886534a24bc3ea618
This commit is contained in:
2023-06-20 11:12:30 -04:00
parent 7972040d5d
commit 05e9bcc478
2 changed files with 7 additions and 14 deletions
+1 -1
View File
@@ -251,7 +251,7 @@ def refresh_encryption():
from os import walk
from os.path import isdir
from shutil import move, rmtree
from sshyp import decrypt, encrypt, optimized_edit
from sshyp import decrypt, encrypt
# remove existing conflicts
for _extension in ('.new', '.old'):