about summary refs log tree commit diff homepage
path: root/client-examples
diff options
context:
space:
mode:
authorNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-07-20 14:59:32 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-07-20 15:01:03 +0700
commit6dc590834e1c89e2aaa0172d930703c78e9ec27e (patch)
tree23e93ebf776d1d41f4fd99890ebc992f6dabd652 /client-examples
parentffe6ba9855433502fc1fde8125a86bc81080ad09 (diff)
downloadbrutalmaze-6dc590834e1c89e2aaa0172d930703c78e9ec27e.tar.gz
Revise documentation and bump to version 0.8 0.8.0
Diffstat (limited to 'client-examples')
-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))