mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2026-01-08 04:51:36 +00:00
lfcli_base.py : changed from pprint import pprint to import pprint
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
@@ -4,7 +4,7 @@ import os
|
||||
import importlib
|
||||
import traceback
|
||||
# Extend this class to use common set of debug and request features for your script
|
||||
from pprint import pprint
|
||||
import pprint
|
||||
import time
|
||||
import random
|
||||
import string
|
||||
|
||||
Reference in New Issue
Block a user