about summary refs log tree commit diff homepage
path: root/client-examples/hit-and-run.py
diff options
context:
space:
mode:
Diffstat (limited to 'client-examples/hit-and-run.py')
-rwxr-xr-xclient-examples/hit-and-run.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/client-examples/hit-and-run.py b/client-examples/hit-and-run.py
index b93e149..925a3a6 100755
--- a/client-examples/hit-and-run.py
+++ b/client-examples/hit-and-run.py
@@ -1,7 +1,6 @@
 #!/usr/bin/env python3
 from math import inf, atan2, degrees
 from socket import socket
-from random import randint
 
 clientsocket = socket()
 clientsocket.connect(('localhost', 8089))