Linting
All checks were successful
Lint / lint (pull_request) Successful in 6s

This commit is contained in:
Logan Cusano
2025-06-29 15:53:15 -04:00
parent fb9f8a680f
commit ddfa9fc2a3
4 changed files with 16 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
import csv
import json
from models import ConfigGenerator, DecodeMode, ChannelConfig, DeviceConfig, TrunkingConfig, TrunkingChannelConfig, AudioConfig, TerminalConfig, TalkgroupTag
from models import TalkgroupTag
from typing import List
from internal.logger import create_logger
@@ -67,4 +67,4 @@ def get_current_system_from_config() -> str:
first_channel = data["channels"][0]
if "name" in first_channel:
return first_channel["name"]
return None
return None