from __future__ import annotations

Import fails with numerous type-checking errors on Python3.7 without this fix.
pull/87/head
Peter 5 years ago committed by GitHub
parent 9ed47110a5
commit c8ea966cc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -20,7 +20,7 @@
# out of or in connection with the Software or the use or other dealings in the
# Software.
#
from __future__ import annotations # fix for python3.7
import collections, itertools, re
from typing import List, Optional, Tuple

Loading…
Cancel
Save