Skip to content

Commit 2843809

Browse files
committed
Add missing import
This would only happen if a host had a `localhost` domain so I didn't spot it until today
1 parent dae7153 commit 2843809

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hubblestack/utils/stdrec.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
This is being tested/used in the generic returner and probably only from
66
hstatus exec module (for now).
77
'''
8+
import socket
9+
810

911
def std_info():
1012
''' Generate and return hubble standard host data for use in events:

0 commit comments

Comments
 (0)