Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
amalnanavati committed Sep 18, 2023
1 parent 567d2ab commit 3b557c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ada_feeding/ada_feeding/behaviors/toggle_collision_object.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ class ToggleCollisionObject(py_trees.behaviour.Behaviour):
scene.
"""

# pylint: disable=too-many-instance-attributes
# One over is fine.

def __init__(
self,
name: str,
Expand Down

0 comments on commit 3b557c5

Please sign in to comment.