Fixed handling of type annotations in Python code (due to commit 55dd3c881e).

This commit is contained in:
Project Nayuki 2020-06-09 15:05:02 +00:00
parent 6951a7e49e
commit c3a72b7333
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
# Software.
#
from __future__ import annotations
import collections, itertools, re
from typing import List, Optional, Tuple