Change order of imports

Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
This commit is contained in:
Richard Hudson 2021-12-29 09:22:06 +01:00 committed by GitHub
parent 678bc61086
commit 08370604d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
from os import linesep
from typing import Dict, List, Optional, Union, cast from typing import Dict, List, Optional, Union, cast
from os import linesep
import wasabi import wasabi
from spacy.tokens import Span, Token, Doc from spacy.tokens import Span, Token, Doc