From d7b82e41a206e675b7541375cdb6fd82fd786e0b Mon Sep 17 00:00:00 2001 From: Dan Smith Date: Mon, 26 Jun 2023 17:08:20 -0700 Subject: [PATCH] Remove unused bandplan_na import from wp970i This was probably lost in a rebase. --- chirp/drivers/baofeng_wp970i.py | 1 - 1 file changed, 1 deletion(-) diff --git a/chirp/drivers/baofeng_wp970i.py b/chirp/drivers/baofeng_wp970i.py index 84d7b36b6..c401e69ba 100644 --- a/chirp/drivers/baofeng_wp970i.py +++ b/chirp/drivers/baofeng_wp970i.py @@ -19,7 +19,6 @@ from chirp.drivers import baofeng_common from chirp import chirp_common, directory from chirp import bitwise -from chirp import bandplan_na from chirp.settings import RadioSettingGroup, RadioSetting, \ RadioSettingValueBoolean, RadioSettingValueList, \ RadioSettingValueString, RadioSettingValueInteger, \