mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-05 12:50:20 +03:00
Change order of imports
Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
This commit is contained in:
parent
678bc61086
commit
08370604d3
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user