Remove unused imports

This commit is contained in:
Pedro Algarvio 2017-04-01 19:01:09 +01:00
parent d6d3161f80
commit d198a900a4
No known key found for this signature in database
GPG Key ID: BB36BF6584A298FF

View File

@ -5,14 +5,11 @@ from __future__ import absolute_import
import json
import os
import copy
import shutil
import hashlib
import tempfile
# Import Salt Testing Libs
from tests.integration import AdaptedConfigurationTestCaseMixIn
from tests.support.unit import TestCase, skipIf
from tests.support.paths import TMP
# Import Salt libs
import salt.auth