Remove unused imports

This commit is contained in:
Russell Schmidt
2025-01-16 07:59:22 -06:00
parent 96493e5973
commit 02c104dcd5
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
import sqlite3
import globals
import time
from utilities.utils import get_nodeNum, get_name_from_number
from utilities.utils import get_name_from_number
def get_table_name(channel):
# Construct the table name

View File

@@ -1,5 +1,5 @@
from meshtastic import BROADCAST_NUM
from utilities.utils import get_node_list, decimal_to_hex, get_nodeNum, get_name_from_number
from utilities.utils import get_node_list, decimal_to_hex, get_name_from_number
import globals
from ui.curses_ui import draw_packetlog_win, draw_node_list, draw_messages_window, draw_channel_list, add_notification
from db_handler import save_message_to_db, maybe_store_nodeinfo_in_db

View File

@@ -1,7 +1,7 @@
from meshtastic import BROADCAST_NUM
from db_handler import save_message_to_db, update_ack_nak
from meshtastic.protobuf import mesh_pb2, portnums_pb2
from utilities.utils import get_nodeNum, get_name_from_number
from utilities.utils import get_name_from_number
import globals
import google.protobuf.json_format