removed unused imports and var

This commit is contained in:
Brian Coca 2017-02-27 18:39:10 -05:00
commit e3107cdeb6
2 changed files with 1 additions and 4 deletions

View file

@ -28,7 +28,6 @@ import time
import yaml
import re
import getpass
import signal
import subprocess
from abc import ABCMeta, abstractmethod