fix pylint

This commit is contained in:
Ch3LL 2017-12-05 14:39:36 -05:00
parent 61ac5cf157
commit d8f81d2e4d
No known key found for this signature in database
GPG Key ID: 132B55A7C13EFA73

View File

@ -5,7 +5,7 @@ from __future__ import absolute_import
import os
# Import Salt Testing libs
from tests.support.case import ShellCase,SPMCase
from tests.support.case import ShellCase, SPMCase
class SPMTest(ShellCase, SPMCase):