Remove unused import in test_core.py

This commit is contained in:
Nicole Thomas 2017-03-14 10:28:42 -06:00 committed by GitHub
parent b839193443
commit 350edbe7e6

View File

@ -6,7 +6,6 @@
# Import Python libs
from __future__ import absolute_import
import os
import platform
# Import Salt Testing Libs
from tests.support.unit import TestCase, skipIf