Skip to content

Commit

Permalink
comment about pylint ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
TongguangZhang committed Sep 2, 2024
1 parent 5554ee2 commit e28231d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/bootcamp/detect_landing_pad.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]":
"""
Expand Down

0 comments on commit e28231d

Please sign in to comment.