Skip to content

Commit

Permalink
Revert "#219: add a line to fail on type checking"
Browse files Browse the repository at this point in the history
This reverts commit 0c0e99f.
  • Loading branch information
kmyk committed Dec 31, 2018
1 parent 21126c3 commit 4764ee1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions onlinejudge/implementation/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,5 +344,3 @@ def main(args: Optional[List[str]] = None) -> None:
parser = get_parser()
namespace = parser.parse_args(args=args)
run_program(namespace, parser=parser)

foo: int = 'hoge'

0 comments on commit 4764ee1

Please sign in to comment.