mypy pacification

This commit is contained in:
Manuel Barkhau 2018-09-04 20:16:46 +02:00
parent b3c2dc03eb
commit 6aa16f7b37
3 changed files with 33 additions and 23 deletions

View file

@ -102,7 +102,7 @@ def ord_val(lex_id: str) -> int:
return int(lex_id[1:], 10)
def main():
def main() -> None:
_curr_id = "01"
print(f"{'lexical':<13} {'numerical':>12}")