Skip to content

Commit f8adfd0

Browse files
committed
fix: correct import order in self_service.py
Signed-off-by: homalozoa <nx.tardis@gmail.com>
1 parent 9159a45 commit f8adfd0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ch4/service/ch4_service_py/ch4_service_py/self_service.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,13 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
from rcl_interfaces.msg import Parameter
16+
from rcl_interfaces.srv import GetParameters
17+
1518
import rclpy
1619
import rclpy.executors
1720

1821
from rclpy.node import Node
19-
from rcl_interfaces.msg import Parameter
20-
from rcl_interfaces.srv import GetParameters
2122

2223

2324
class ServerNode(Node):

0 commit comments

Comments
 (0)