Making test-tidy happy.

This commit is contained in:
Alan Jeffrey 2016-08-20 12:06:51 -05:00
parent 646d9c8988
commit bc07d99391

View file

@ -14,6 +14,7 @@ parser.add_argument("file2", help="the second output json from runner")
args = parser.parse_args()
def load_data(filename):
with open(filename, 'r') as f:
results = {}