Skip to content

Commit 0834bc4

Browse files
committed
fix: add missing import
Signed-off-by: Maximilian Deubel <maximilian.deubel@nordicsemi.no>
1 parent 6d73a90 commit 0834bc4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/nrfcloud_utils/nrf_cloud_diap.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
import requests
88
import coloredlogs, logging
9+
from nrfcloud_utils import ca_certs
910

1011
DEV_STAGE_DICT = {'dev': '.dev.',
1112
'beta': '.beta.',

0 commit comments

Comments
 (0)