sta_connect2.py adds import that if not necessary, helpful for linters

This commit is contained in:
Jed Reynolds
2020-09-30 16:52:11 -07:00
parent 3e5edd875b
commit bcd3f78b7e

View File

@@ -15,6 +15,7 @@ if 'py-json' not in sys.path:
sys.path.append('../py-json')
import argparse
import LANforge
from LANforge import LFUtils
# from LANforge import LFCliBase
from LANforge import lfcli_base