mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +00:00
lf_check_ap.py : explicitly from serial import Serial
This commit is contained in:
@@ -30,6 +30,7 @@ from time import sleep
|
||||
import argparse
|
||||
import pexpect
|
||||
import serial
|
||||
from serial import Serial
|
||||
from pexpect_serial import SerialSpawn
|
||||
import json
|
||||
from json import load
|
||||
|
||||
Reference in New Issue
Block a user