Fixed handling of type annotations in Python code (due to commit 55dd3c881e
).
This commit is contained in:
parent
6951a7e49e
commit
c3a72b7333
|
@ -21,6 +21,7 @@
|
|||
# Software.
|
||||
#
|
||||
|
||||
from __future__ import annotations
|
||||
import collections, itertools, re
|
||||
from typing import List, Optional, Tuple
|
||||
|
||||
|
|
Loading…
Reference in New Issue