mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-05 12:23:06 +03:00
isort
This commit is contained in:
parent
65494d8994
commit
5da4e52fee
|
@ -1,9 +1,8 @@
|
||||||
|
from catalogue import RegistryError
|
||||||
from wasabi import msg
|
from wasabi import msg
|
||||||
|
|
||||||
from ._util import Arg, Opt, app
|
|
||||||
|
|
||||||
from ..util import registry
|
from ..util import registry
|
||||||
from catalogue import RegistryError
|
from ._util import Arg, Opt, app
|
||||||
|
|
||||||
|
|
||||||
@app.command("find-loc")
|
@app.command("find-loc")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user