ultralytics 8.2.19 fix Conda CI relative import bug (#13006)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
5298d57308
commit
f0b7c510db
8 changed files with 8 additions and 9 deletions
|
|
@ -9,7 +9,7 @@ from ultralytics.engine.exporter import Exporter
|
|||
from ultralytics.models.yolo import classify, detect, segment
|
||||
from ultralytics.utils import ASSETS, DEFAULT_CFG, WEIGHTS_DIR
|
||||
|
||||
from . import MODEL
|
||||
from tests import MODEL
|
||||
|
||||
|
||||
def test_func(*args): # noqa
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue