diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py
index 7d3eade262a8a5936c0e13f516b1859eebf278cc..f4bdddb325906c55684892854e22cd63b4dd08b1 100755
--- a/tools/run_tests/run_tests.py
+++ b/tools/run_tests/run_tests.py
@@ -124,7 +124,7 @@ def get_c_tests(travis, test_lang) :
   out = []
   platforms_str = 'ci_platforms' if travis else 'platforms'
   with open('tools/run_tests/tests.json') as f:
-    js = json.load(f);
+    js = json.load(f)
     binaries = [tgt
                 for tgt in js
                 if tgt['language'] == test_lang and