mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-12-15 18:07:07 +00:00
1. Create pandas_extensions.py
2. Remove unused imports Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
# Define useful common methods -
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
@@ -7,8 +9,7 @@ import importlib
|
||||
import pprint
|
||||
import time
|
||||
from time import sleep
|
||||
from random import seed
|
||||
from random import randint
|
||||
from random import seed, randint
|
||||
import re
|
||||
import ipaddress
|
||||
|
||||
|
||||
Reference in New Issue
Block a user