mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 11:58:37 +09:00
👷 Fixed failing import
This commit is contained in:
+1
-2
@@ -6,7 +6,6 @@ from environs import Env
|
|||||||
from loguru import logger
|
from loguru import logger
|
||||||
from requests import Session
|
from requests import Session
|
||||||
|
|
||||||
from src.parser import Parser
|
|
||||||
from src.utils import supported_apps
|
from src.utils import supported_apps
|
||||||
|
|
||||||
|
|
||||||
@@ -121,7 +120,7 @@ class Patches(object):
|
|||||||
return patches, version
|
return patches, version
|
||||||
|
|
||||||
def include_and_exclude_patches(
|
def include_and_exclude_patches(
|
||||||
self, app: str, arg_parser: Parser, app_patches: List[Any]
|
self, app: str, arg_parser: Any, app_patches: List[Any]
|
||||||
) -> None:
|
) -> None:
|
||||||
logger.debug(f"Excluding patches for app {app}")
|
logger.debug(f"Excluding patches for app {app}")
|
||||||
if self.build_extended and app in self.extended_apps:
|
if self.build_extended and app in self.extended_apps:
|
||||||
|
|||||||
Reference in New Issue
Block a user