Skip to content

Commit

Permalink
ruff fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Javagedes committed Feb 5, 2024
1 parent fa902a1 commit df4ad0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions edk2toolext/environment/reporttypes/coverage_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit df4ad0f

Please sign in to comment.