Skip to content

Commit

Permalink
Fix ament linter complaints
Browse files Browse the repository at this point in the history
Signed-off-by: Brad Martin <[email protected]>
  • Loading branch information
Brad Martin committed Jan 7, 2025
1 parent ebb1ee3 commit 68ecfb4
Show file tree
Hide file tree
Showing 11 changed files with 536 additions and 403 deletions.
4 changes: 2 additions & 2 deletions rclpy/rclpy/experimental/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2024 Brad Martin
# Copyright 2024-2025 Brad Martin
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

from .events_executor import EventsExecutor
from .events_executor import EventsExecutor # noqa: F401
4 changes: 2 additions & 2 deletions rclpy/rclpy/experimental/events_executor.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2024 Brad Martin
# Copyright 2024-2025 Brad Martin
# Copyright 2024 Merlin Labs, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -16,8 +16,8 @@
import typing

import rclpy.executors
import rclpy.node
from rclpy.impl.implementation_singleton import rclpy_implementation as _rclpy
import rclpy.node


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

0 comments on commit 68ecfb4

Please sign in to comment.