Skip to content

Commit 483bed5

Browse files
committed
fixed import error
1 parent b7871fd commit 483bed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/test_dns_svcs_v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
import responses
3131
import tempfile
3232
import urllib
33-
from ibm_cloud.dns_svcs_v1 import *
33+
from ibm_cloud_networking_services.dns_svcs_v1 import *
3434

3535

3636
_service = DnsSvcsV1(

0 commit comments

Comments
 (0)