removing builtins imports

This commit is contained in:
Blake Harnden 2019-10-17 15:02:24 -07:00
parent 6edd6a7fdb
commit da946f1f56
12 changed files with 0 additions and 12 deletions

View file

@ -5,7 +5,6 @@
# and repeat for minnodes <= n <= maxnodes with a step size of
# nodestep
import logging
from builtins import range
from core.emulator.emudata import IpPrefixes
from core.emulator.enumerations import EventTypes, NodeTypes