Docker-python fix for get_ubuntu_version() (#4430)
This commit is contained in:
parent
9d27e7ada4
commit
162e4035eb
4 changed files with 9 additions and 8 deletions
|
|
@ -295,10 +295,8 @@ def test_events():
|
|||
|
||||
|
||||
def test_utils_init():
|
||||
from ultralytics.utils import (get_git_branch, get_git_origin_url, get_ubuntu_version, is_github_actions_ci,
|
||||
is_ubuntu)
|
||||
from ultralytics.utils import get_git_branch, get_git_origin_url, get_ubuntu_version, is_github_actions_ci
|
||||
|
||||
is_ubuntu()
|
||||
get_ubuntu_version()
|
||||
is_github_actions_ci()
|
||||
get_git_origin_url()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue