Fix import

This commit is contained in:
Matthew Honnibal 2020-06-23 13:35:12 +02:00
parent 6f7f2131cb
commit 537a5b9cef

View File

@ -4,6 +4,7 @@ from pathlib import Path
from wasabi import Printer from wasabi import Printer
import srsly import srsly
import re import re
import sys
from ._app import app, Arg, Opt from ._app import app, Arg, Opt
from ..gold import docs_to_json from ..gold import docs_to_json