Skip to content

Commit 4f64920

Browse files
committed
fix one more flake8 issue
1 parent 9a88789 commit 4f64920

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

examples/simple_2way.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,6 @@ def random_values(client):
6565
client.send_message("/1/xy1", [random.random(), random.random()])
6666
time.sleep(.5)
6767

68+
6869
start_server(args.serverip, args.serverport)
6970
start_client(args.clientip, args.clientport)

0 commit comments

Comments
 (0)