Run make format.

Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
Keith Rothman 2020-02-18 13:07:57 -08:00
parent e626994d4d
commit bc00250f90
1 changed files with 1 additions and 3 deletions

View File

@ -117,9 +117,7 @@ def run(fn_in, fn_out, verbose=False):
localutil.add_tile_bits(tile, tilej, frame, wordidx, frames, words)
# Save
xjson.pprint(
open(fn_out, "w"),
database)
xjson.pprint(open(fn_out, "w"), database)
def main():