Updates related to package name refactor.
All checks were successful
/ unit-tests (push) Successful in 10s

This commit is contained in:
2025-11-09 19:21:56 +01:00
parent 2addc85e40
commit e6bca1ce47
3 changed files with 10 additions and 10 deletions

View File

@@ -1,8 +1,8 @@
#!/usr/bin/env python3
import requests
from sk.devops import Organization, Project, Repository, Item
from sk.azure import get_token
from devops.devops import Organization, Project, Repository, Item
from devops.azure import get_token
org = Organization("https://dev.azure.com/mcovsandbox", token=get_token())