settings: remove dead get_connection_log import in _build_network_tab

This commit is contained in:
pax 2026-04-12 14:55:35 -05:00
parent 2e436af4e8
commit 667ee87641

View File

@ -543,7 +543,6 @@ class SettingsDialog(QDialog):
# -- Network tab -- # -- Network tab --
def _build_network_tab(self) -> QWidget: def _build_network_tab(self) -> QWidget:
from ..core.cache import get_connection_log
w = QWidget() w = QWidget()
layout = QVBoxLayout(w) layout = QVBoxLayout(w)