mirror of
https://github.com/borgbase/vorta
synced 2025-01-03 05:36:19 +00:00
remove unused imports
This commit is contained in:
parent
80a225c15e
commit
33e3b71caf
2 changed files with 2 additions and 9 deletions
|
@ -1,9 +1,7 @@
|
|||
import sys
|
||||
from datetime import timedelta
|
||||
from PyQt5 import uic, QtCore
|
||||
from PyQt5.QtCore import QSize
|
||||
from PyQt5.QtGui import QIcon
|
||||
from PyQt5.QtWidgets import QTableWidgetItem, QTableView, QHeaderView, QComboBox, QToolButton, QButtonGroup, QToolBar
|
||||
from PyQt5.QtWidgets import QTableWidgetItem, QTableView, QHeaderView
|
||||
|
||||
from vorta.borg.prune import BorgPruneThread
|
||||
from vorta.borg.list import BorgListThread
|
||||
|
|
|
@ -1,11 +1,6 @@
|
|||
import os
|
||||
from PyQt5 import uic
|
||||
from PyQt5.QtCore import Qt
|
||||
from PyQt5.QtWidgets import QApplication, QTreeWidgetItem, QHeaderView
|
||||
|
||||
from paramiko.rsakey import RSAKey
|
||||
from paramiko.ecdsakey import ECDSAKey
|
||||
from paramiko.ed25519key import Ed25519Key
|
||||
from PyQt5.QtWidgets import QTreeWidgetItem, QHeaderView
|
||||
|
||||
from ..utils import get_asset
|
||||
|
||||
|
|
Loading…
Reference in a new issue