Remove unused variable
This commit is contained in:
@@ -22,7 +22,7 @@ def submit_benchmark(benchmark_data: dict):
|
||||
bc = BenchmarkClient(mydata_url)
|
||||
|
||||
# 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)
|
||||
print(result)
|
||||
|
||||
|
Reference in New Issue
Block a user