Updates related to package name refactor.
All checks were successful
/ unit-tests (push) Successful in 10s
All checks were successful
/ unit-tests (push) Successful in 10s
This commit is contained in:
@@ -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())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user