From df4ad0f886b352a7f57465987f40b3c3b9592a8f Mon Sep 17 00:00:00 2001 From: Joey Vagedes Date: Mon, 5 Feb 2024 13:01:27 -0800 Subject: [PATCH] ruff fix --- edk2toolext/environment/reporttypes/coverage_report.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/edk2toolext/environment/reporttypes/coverage_report.py b/edk2toolext/environment/reporttypes/coverage_report.py index 113baf2d6..53fdc8b3f 100644 --- a/edk2toolext/environment/reporttypes/coverage_report.py +++ b/edk2toolext/environment/reporttypes/coverage_report.py @@ -112,6 +112,7 @@ def run_by_platform(self, session: Session, package_list: list) -> None: Args: session (Session): The session associated with the database + package_list (list): The list of packages to filter the results by Returns: (bool): True if the report was successful, False otherwise. @@ -167,6 +168,7 @@ def run_by_package(self, session: Session, package_list: list) -> bool: Args: session (Session): The session associated with the database + package_list (list): The list of packages to filter the results by Returns: (bool): True if the report was successful, False otherwise.