From e28231d6aaf13f4af944dfe3a55773949a665924 Mon Sep 17 00:00:00 2001 From: TongguangZhang Date: Mon, 2 Sep 2024 01:10:14 -0400 Subject: [PATCH] comment about pylint ignore --- modules/bootcamp/detect_landing_pad.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/bootcamp/detect_landing_pad.py b/modules/bootcamp/detect_landing_pad.py index 789f0f71..1d86da15 100644 --- a/modules/bootcamp/detect_landing_pad.py +++ b/modules/bootcamp/detect_landing_pad.py @@ -69,6 +69,7 @@ def __init__(self, class_private_create_key: object, model: ultralytics.YOLO) -> self.__model = model # pylint: enable=unused-private-member + # The arguemnts and unused variables will be used by the bootcampers # pylint: disable=unused-argument, unused-variable def run(self, image: np.ndarray) -> "tuple[list[bounding_box.BoundingBox], np.ndarray]": """