mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-14 23:33:52 +01:00
mypy pacification
This commit is contained in:
parent
b3c2dc03eb
commit
6aa16f7b37
3 changed files with 33 additions and 23 deletions
|
|
@ -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}")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue