Skip to content

Commit c0f5e8c

Browse files
committed
Remove unneeded code from observer drive target slewing example
1 parent 494a077 commit c0f5e8c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

getting_started/observer/driving/drive_target_slewing.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,10 @@
33
import time
44
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), '../../../')))
55

6-
import asyncio
76
from sphero_sdk import SpheroRvrObserver
8-
from sphero_sdk import SerialAsyncDal
97
from sphero_sdk import LinearVelocitySlewMethodsEnum
108

119

12-
loop = asyncio.get_event_loop()
13-
1410
rvr = SpheroRvrObserver()
1511

1612
# Flag for tracking position move completion

0 commit comments

Comments
 (0)