mirror of
https://github.com/rwinkhart/sshyp.git
synced 2026-09-01 06:46:30 -04:00
Removed redundant code from optimized_edit, renamed to line_edit
Former-commit-id: 6fc1642909392c5c1f2f7e4602fd499ceff9d6a4 Former-commit-id: 9dd02b390893cb6239717ab886534a24bc3ea618
This commit is contained in:
+1
-1
@@ -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'):
|
||||
|
||||
Reference in New Issue
Block a user