mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-22 00:35:50 +02:00
ruff: add ARG linter
this mostly either removes unused parameters, prefixes them with an underscore or uses the @override decorator to tell the linter, that that method comes from a superclass and can't be changed
This commit is contained in:
@@ -15,7 +15,7 @@ from media_manager.tv.service import (
|
||||
)
|
||||
|
||||
|
||||
def setup_scheduler(config, log):
|
||||
def setup_scheduler(config):
|
||||
from media_manager.database import init_engine
|
||||
|
||||
init_engine(config.database)
|
||||
|
||||
Reference in New Issue
Block a user