remove an unused import

This commit is contained in:
Andreas Zweili 2019-02-03 19:38:04 +01:00
parent 2e67c1200a
commit 598fca281e
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ import json
from PyQt5.QtCore import QThread
from helper import BorgException
from progress import ProgressDialog
def _process_json_error(json_err):