From f220072b54b257a248f26416e0f0a259de4db8d1 Mon Sep 17 00:00:00 2001 From: Michael Ketchel Date: Mon, 11 Nov 2024 16:16:08 -0500 Subject: [PATCH] Version bump and format --- debian/changelog | 7 +++++-- wlanpi_core/models/network/wlan/wlan_dbus.py | 1 - 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 64aa425..5c420e8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -wlanpi-core (1.0.5-3.2) UNRELEASED; urgency=medium +wlanpi-core (1.0.5-3.3) UNRELEASED; urgency=medium [ Michael Ketchel ] * Draft build of new wlan control features @@ -6,7 +6,10 @@ wlanpi-core (1.0.5-3.2) UNRELEASED; urgency=medium * More tweaks, and a version bump to fire dev package deploy * Increased resistance to injection attacks - -- Michael Ketchel Thu, 07 Nov 2024 21:14:24 +0000 + [ _ ] + * Version bump for build + + -- _ Mon, 11 Nov 2024 21:16:01 +0000 wlanpi-core (1.0.5-1) unstable; urgency=high diff --git a/wlanpi_core/models/network/wlan/wlan_dbus.py b/wlanpi_core/models/network/wlan/wlan_dbus.py index 27c99db..75c9028 100644 --- a/wlanpi_core/models/network/wlan/wlan_dbus.py +++ b/wlanpi_core/models/network/wlan/wlan_dbus.py @@ -11,7 +11,6 @@ ) from wlanpi_core.models.network.wlan.exceptions import WlanDBUSInterfaceException from wlanpi_core.models.network.wlan.wlan_dbus_interface import WlanDBUSInterface -from wlanpi_core.utils.general import run_command from wlanpi_core.utils.network import list_wlan_interfaces