refactor(playout): fix linting errors
This commit is contained in:
parent
c6c5b1125f
commit
a77321190f
11 changed files with 100 additions and 87 deletions
|
@ -22,11 +22,12 @@ from libretime_shared.cli import cli_config_options, cli_logging_options
|
|||
from libretime_shared.config import DEFAULT_ENV_PREFIX
|
||||
from libretime_shared.logging import setup_logger
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
from ..config import Config
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
# pylint: disable=too-few-public-methods
|
||||
class App:
|
||||
config: Config
|
||||
api_client: LegacyClient
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue