Improved code structure and add pylint to dev dependencies

Improved code structure and docstrings in utils/input.py, updated imports for clarity, and enhanced validation error handling. Added pylint to the dev dependency group in pyproject.toml for code quality checks. Removed unused imports from main.py.
This commit is contained in:
√(noham)²
2025-11-16 20:59:32 +01:00
parent b6bf96bbf4
commit aef746f4b9
4 changed files with 327 additions and 71 deletions

View File

@@ -1,10 +1,4 @@
"""Main module for Oqee channel selection and stream management."""
from pprint import pprint
import requests
from InquirerPy import prompt
from InquirerPy.validator import EmptyInputValidator
from InquirerPy.base.control import Choice
from utils.input import (
stream_selection,