Skip to content

Commit

Permalink
fix import to use builtin_interfaces.msg (#453)
Browse files Browse the repository at this point in the history
Signed-off-by: Dirk Thomas <dirk-thomas@users.noreply.github.com>
  • Loading branch information
dirk-thomas authored Oct 24, 2019
1 parent af632a4 commit e566f3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rclpy/rclpy/duration.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

import builtin_interfaces
import builtin_interfaces.msg
from rclpy.impl.implementation_singleton import rclpy_implementation as _rclpy


Expand Down
2 changes: 1 addition & 1 deletion rclpy/rclpy/time.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

import builtin_interfaces
import builtin_interfaces.msg
from rclpy.clock import ClockType
from rclpy.duration import Duration
from rclpy.impl.implementation_singleton import rclpy_implementation as _rclpy
Expand Down

0 comments on commit e566f3e

Please sign in to comment.