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

pull/88/head
Project Nayuki 5 years ago
parent 6951a7e49e
commit c3a72b7333

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

Loading…
Cancel
Save