Skip to content

Commit afdbce6

Browse files
committed
add missing import
1 parent 920c44a commit afdbce6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/queryHandler/PerfmonRESTclient.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
@author: HWASSMAN
2121
'''
2222

23+
import urllib.request
2324
# catch import failure on AIX since we will not be shipping our third-party libraries on AIX
2425
try:
2526
import requests

0 commit comments

Comments
 (0)