From 2c02cc113e82820b01afb76fa2c2ffac394415cc Mon Sep 17 00:00:00 2001 From: tginsbu1 Date: Wed, 13 Sep 2023 16:13:39 -0500 Subject: [PATCH] fixing rest client --- scripts/ot2_rest_client.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/ot2_rest_client.py b/scripts/ot2_rest_client.py index 2a544ba..5307f03 100644 --- a/scripts/ot2_rest_client.py +++ b/scripts/ot2_rest_client.py @@ -12,8 +12,7 @@ import time -from wei_services.srv import WeiActions, WeiDescription -from std_msgs.msg import String + from ot2_driver.ot2_driver_http import OT2_Config, OT2_Driver import opentrons.simulate