Remove unused variable

This commit is contained in:
2018-08-14 15:38:25 +02:00
parent 2da2105763
commit bf61aafdac

View File

@@ -22,7 +22,7 @@ def submit_benchmark(benchmark_data: dict):
bc = BenchmarkClient(mydata_url) bc = BenchmarkClient(mydata_url)
# Make sure we have a token; can start the browser to get one. # Make sure we have a token; can start the browser to get one.
token = bc.load_auth_token() bc.load_auth_token()
result = bc.submit_benchmark(benchmark_data) result = bc.submit_benchmark(benchmark_data)
print(result) print(result)