mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Lintfix: E8302, PEP8 expected two blank lines
This commit is contained in:
parent
13087b2062
commit
ea0b2e171f
@ -26,6 +26,7 @@ import salt.modules.localemod as localemod
|
||||
from salt.exceptions import CommandExecutionError
|
||||
from salt.ext import six
|
||||
|
||||
|
||||
@skipIf(not pytest, False)
|
||||
@skipIf(NO_MOCK, NO_MOCK_REASON)
|
||||
class LocalemodTestCase(TestCase, LoaderModuleMockMixin):
|
||||
|
Loading…
Reference in New Issue
Block a user