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

@ -4,7 +4,6 @@ virtual ethernet classes that implement the interfaces available under Linux.
import logging
import time
from builtins import int, range
from core import utils
from core.errors import CoreCommandError