Fix-up #1259 missing import (#1261)

This commit is contained in:
painor 2019-08-25 20:29:17 +01:00 committed by Lonami
parent bd7ab23a8f
commit 61bc8f7fa3

View File

@ -5,6 +5,7 @@ import os
import pathlib
import re
import typing
import inspect
from io import BytesIO
from .. import utils, helpers, hints