Skip to content

Commit e566f3e

Browse files
authored
fix import to use builtin_interfaces.msg (#453)
Signed-off-by: Dirk Thomas <[email protected]>
1 parent af632a4 commit e566f3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rclpy/rclpy/duration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
import builtin_interfaces
15+
import builtin_interfaces.msg
1616
from rclpy.impl.implementation_singleton import rclpy_implementation as _rclpy
1717

1818

rclpy/rclpy/time.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
import builtin_interfaces
15+
import builtin_interfaces.msg
1616
from rclpy.clock import ClockType
1717
from rclpy.duration import Duration
1818
from rclpy.impl.implementation_singleton import rclpy_implementation as _rclpy

0 commit comments

Comments
 (0)