Skip to content

Commit 68ecfb4

Browse files
author
Brad Martin
committed
Fix ament linter complaints
Signed-off-by: Brad Martin <bmartin@fatlxception.org>
1 parent ebb1ee3 commit 68ecfb4

11 files changed

Lines changed: 536 additions & 403 deletions

File tree

rclpy/rclpy/experimental/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 Brad Martin
1+
# Copyright 2024-2025 Brad Martin
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
from .events_executor import EventsExecutor
15+
from .events_executor import EventsExecutor # noqa: F401

rclpy/rclpy/experimental/events_executor.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 Brad Martin
1+
# Copyright 2024-2025 Brad Martin
22
# Copyright 2024 Merlin Labs, Inc.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -16,8 +16,8 @@
1616
import typing
1717

1818
import rclpy.executors
19-
import rclpy.node
2019
from rclpy.impl.implementation_singleton import rclpy_implementation as _rclpy
20+
import rclpy.node
2121

2222

2323
# Try to look like we inherit from the rclpy Executor for type checking purposes without

0 commit comments

Comments
 (0)