Skip to content

Commit aee4390

Browse files
committed
Fix the import error in go2 robot_state_client.py
1 parent 4eadcf6 commit aee4390

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

unitree_sdk2py/go2/robot_state/robot_state_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import json
22

33
from ...rpc.client import Client
4-
from ...rpc.client_internal import *
4+
from ...rpc.internal import *
55
from .robot_state_api import *
66

77

0 commit comments

Comments
 (0)