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. # Software.
# #
from __future__ import annotations
import collections, itertools, re import collections, itertools, re
from typing import List, Optional, Tuple from typing import List, Optional, Tuple

Loading…
Cancel
Save