Skip to content

Commit

Permalink
mypy: Add type to info dictionary.
Browse files Browse the repository at this point in the history
  • Loading branch information
jordangedney authored and timabbott committed May 22, 2017
1 parent 9fcd63b commit a9f4d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/lib/pretty_print.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def pretty_print_html(html, num_spaces=4):
line=-1,
token_kind='html_start',
tag='html',
extra_indent=0)
extra_indent=0) # type: Dict[str, Any]
stack.append(info)

# Our main job is to figure out offsets that we use to nudge lines
Expand Down

0 comments on commit a9f4d56

Please sign in to comment.