mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-07 16:36:53 +08:00
refactor: normalize capability module paths
This commit is contained in:
@@ -10,7 +10,7 @@ from urllib.parse import urlparse
|
||||
|
||||
from app.adapters.network.http import RequestUtils, cookie_parse
|
||||
from app.runtime.log import logger
|
||||
from app.runtime.managed_resources import (
|
||||
from app.runtime.resources import (
|
||||
acquire_managed_resource,
|
||||
acquire_managed_resource_async,
|
||||
)
|
||||
|
||||
@@ -7,12 +7,11 @@ from typing import Any
|
||||
|
||||
from app.foundation.singleton import Singleton
|
||||
from app.runtime.log import logger
|
||||
from app.runtime.managed_resources import (
|
||||
from app.runtime.resources import (
|
||||
acquire_managed_resource,
|
||||
stop_managed_resource,
|
||||
)
|
||||
|
||||
|
||||
DISPLAY_CAPABILITY_ID = "host.display"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user