From d2169500f6bb568a14463da7df7e3fb1eb42ccb6 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Wed, 5 Oct 2022 23:07:15 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Fixed=20failing=20import?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/patches.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/patches.py b/src/patches.py index c6899c7..73d02bb 100644 --- a/src/patches.py +++ b/src/patches.py @@ -6,7 +6,6 @@ from environs import Env from loguru import logger from requests import Session -from src.parser import Parser from src.utils import supported_apps @@ -121,7 +120,7 @@ class Patches(object): return patches, version 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: logger.debug(f"Excluding patches for app {app}") if self.build_extended and app in self.extended_apps: