ultralytics 8.1.2 scope HUB-SDK imports (#7596)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com> Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
This commit is contained in:
parent
b1282544d2
commit
5f5f5d08f2
8 changed files with 22 additions and 20 deletions
|
|
@ -1,9 +1,8 @@
|
|||
# Ultralytics YOLO 🚀, AGPL-3.0 license
|
||||
|
||||
import requests
|
||||
from hub_sdk import HUB_API_ROOT, HUB_WEB_ROOT
|
||||
|
||||
from ultralytics.hub.utils import PREFIX, request_with_credentials
|
||||
from ultralytics.hub.utils import HUB_API_ROOT, HUB_WEB_ROOT, PREFIX, request_with_credentials
|
||||
from ultralytics.utils import LOGGER, SETTINGS, emojis, is_colab
|
||||
|
||||
API_KEY_URL = f"{HUB_WEB_ROOT}/settings?tab=api+keys"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue