Remove unused import

This commit is contained in:
Erik Johnson 2018-06-17 09:35:29 -05:00
parent 20f60a769b
commit f6b46bc608
No known key found for this signature in database
GPG key ID: 5E5583C437808F3F

View file

@ -5,7 +5,6 @@ Tests for our mock_open helper
# Import Python Libs
from __future__ import absolute_import, unicode_literals, print_function
import logging
import textwrap
# Import Salt libs
import salt.utils.files