Remove unneeded import

This commit is contained in:
twangboy 2017-09-29 14:06:48 -06:00
parent d78f27466d
commit a862e0bf2d
No known key found for this signature in database
GPG key ID: 93FF3BDEB278C9EB

View file

@ -17,7 +17,6 @@ from tests.support.mock import (
# Import Salt Libs
import salt.states.mount as mount
import salt.utils
@skipIf(NO_MOCK, NO_MOCK_REASON)