Remove unused import in infection_monkey/network/info.py

This commit is contained in:
Shreya 2021-05-06 22:42:28 +05:30
parent 55208fd0be
commit e1ef807c2c
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@ import itertools
import socket
import struct
from random import randint # noqa: DUO102
from subprocess import check_output
import netifaces
import psutil