Skip to content

Commit d8f894f

Browse files
remove mock_compat (#1357)
Signed-off-by: Michael Carlstrom <[email protected]>
1 parent 533d50c commit d8f894f

File tree

3 files changed

+0
-39
lines changed

3 files changed

+0
-39
lines changed

rclpy/test/mock_compat.py

Lines changed: 0 additions & 35 deletions
This file was deleted.

rclpy/test/test_clock.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@
3030
from rclpy.time import Time
3131
from rclpy.utilities import get_default_context
3232

33-
from .mock_compat import __name__ as _ # noqa: ignore=F401
34-
3533

3634
A_SMALL_AMOUNT_OF_TIME = Duration(seconds=0.5)
3735

rclpy/test/test_time_source.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@
2929
from rclpy.time_source import TimeSource
3030
import rosgraph_msgs.msg
3131

32-
from .mock_compat import __name__ as _ # noqa: ignore=F401
33-
3432

3533
class TestTimeSource(unittest.TestCase):
3634

0 commit comments

Comments
 (0)