mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-10-31 18:58:01 +00:00
fixing import order. this fixes broken code
Signed-off-by: Dipti <dipti.dhond@candelatech.com>
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#!/usr/bin/env python3
|
||||
from LANforge.lfcli_base import LFCliBase
|
||||
|
||||
import pprint
|
||||
from pprint import pprint
|
||||
import time
|
||||
import pprint
|
||||
|
||||
|
||||
class TestGroupProfile(LFCliBase):
|
||||
def __init__(self, lfclient_host, lfclient_port, local_realm, test_group_name=None, debug_=False):
|
||||
|
||||
Reference in New Issue
Block a user