mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-27 17:54:39 +03:00
Fix missing import
This commit is contained in:
parent
bd22899fb3
commit
54ebdacc17
1
fabfile.py
vendored
1
fabfile.py
vendored
|
@ -5,6 +5,7 @@ import contextlib
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from fabric.api import local, lcd, env, settings, prefix
|
from fabric.api import local, lcd, env, settings, prefix
|
||||||
from os import path, environ
|
from os import path, environ
|
||||||
|
import shutil
|
||||||
|
|
||||||
|
|
||||||
PWD = path.dirname(__file__)
|
PWD = path.dirname(__file__)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user