mirror of
https://github.com/NohamR/OqeeRewind.git
synced 2026-01-11 08:38:21 +00:00
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:
6
main.py
6
main.py
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user