Skip to content

Commit

Permalink
remove mock_compat (#1357)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carlstrom <[email protected]>
  • Loading branch information
InvincibleRMC authored Sep 13, 2024
1 parent 533d50c commit d8f894f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 39 deletions.
35 changes: 0 additions & 35 deletions rclpy/test/mock_compat.py

This file was deleted.

2 changes: 0 additions & 2 deletions rclpy/test/test_clock.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@
from rclpy.time import Time
from rclpy.utilities import get_default_context

from .mock_compat import __name__ as _ # noqa: ignore=F401


A_SMALL_AMOUNT_OF_TIME = Duration(seconds=0.5)

Expand Down
2 changes: 0 additions & 2 deletions rclpy/test/test_time_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
from rclpy.time_source import TimeSource
import rosgraph_msgs.msg

from .mock_compat import __name__ as _ # noqa: ignore=F401


class TestTimeSource(unittest.TestCase):

Expand Down

0 comments on commit d8f894f

Please sign in to comment.