Skip to content

Commit 7e022b9

Browse files
committed
adding missing import
1 parent 20dcfa1 commit 7e022b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ads/opctl/backend/marketplace/local_marketplace.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
from typing import Optional, Dict, Union, Any
1111
import fsspec
1212
import yaml
13+
from ads.opctl.backend.marketplace.prerequisite_checker import check_prerequisites
1314

1415
from ads.common.decorator.runtime_dependency import (
1516
runtime_dependency,

0 commit comments

Comments
 (0)