We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9d8588 commit ad7332bCopy full SHA for ad7332b
rosbridge_library/src/rosbridge_library/internal/services.py
@@ -30,7 +30,7 @@
30
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
31
# POSSIBILITY OF SUCH DAMAGE.
32
33
-from threading import Thread, Condition
+from threading import Condition, Thread
34
from typing import Any, Callable, Optional
35
36
from rclpy.callback_groups import ReentrantCallbackGroup
0 commit comments