Lint: Remove unused import

This commit is contained in:
Nicole Thomas 2017-08-28 09:21:52 -04:00 committed by GitHub
parent 7279f98e92
commit df18a89836

View file

@ -17,7 +17,6 @@ from tests.support.mock import (
)
# Import Salt Libs
from salt.exceptions import CommandExecutionError
import salt.modules.dockermod as docker_mod
import salt.states.docker_image as docker_state