Fixed incorrect import.
All checks were successful
/ unit-tests (push) Successful in 44s

This commit is contained in:
2025-11-12 09:03:27 +01:00
parent 565464e266
commit 32ee557f93

View File

@@ -15,7 +15,7 @@ Usage:
curl -sH "Authorization: Bearer $ADO_TOKEN" "https://dev.azure.com/$ADO_ORGANIZATION_URL/_apis/projects?api-version=7.1"
"""
from sk.azure import get_token
from devops.azure import get_token
from argparse import ArgumentParser
import os