Commit 04bdfd6
coverage: fix lint (import order + D401) that broke CI
The prior commit's contact-aware escape tripped two ament lints:
- flake8 I100: `from ros_gz_interfaces.msg import Contacts` was placed before
`import numpy`; moved to its alphabetical slot (after rclpy, before std_msgs).
- pep257/flake8 D401: `_bumper_held_long` docstring wasn't imperative mood;
reworded "True if ..." -> "Return True if ...".
No behavior change. Verified locally in ros:jazzy: ament_flake8, ament_pep257,
ament_copyright, and tools/check_rosdeps.py all clean.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 0646b21 commit 04bdfd6
1 file changed
Lines changed: 3 additions & 3 deletions
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
53 | 51 | | |
54 | 52 | | |
55 | 53 | | |
| |||
63 | 61 | | |
64 | 62 | | |
65 | 63 | | |
| 64 | + | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
612 | 612 | | |
613 | 613 | | |
614 | 614 | | |
615 | | - | |
| 615 | + | |
616 | 616 | | |
617 | 617 | | |
618 | 618 | | |
| |||
0 commit comments