settings: remove dead get_connection_log import in _build_network_tab
This commit is contained in:
parent
2e436af4e8
commit
667ee87641
|
|
@ -543,7 +543,6 @@ class SettingsDialog(QDialog):
|
|||
# -- Network tab --
|
||||
|
||||
def _build_network_tab(self) -> QWidget:
|
||||
from ..core.cache import get_connection_log
|
||||
w = QWidget()
|
||||
layout = QVBoxLayout(w)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue