Address lint issue

Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
Pedro Algarvio 2023-06-13 07:10:49 +01:00 committed by Pedro Algarvio
parent 5a03a24ea9
commit 3c415b222f

View file

@ -1,7 +1,6 @@
"""
:codeauthor: Alan Somers <asomers@gmail.com>
"""
import re
import pytest
@ -14,6 +13,8 @@ shadow = pytest.importorskip("salt.modules.bsd_shadow")
# Although bsd_shadow runs on NetBSD and OpenBSD as well, the mocks are
# currently only designed for FreeBSD.
@pytest.mark.skip_unless_on_freebsd
class BSDShadowTest(TestCase, LoaderModuleMockMixin):
def setup_loader_modules(self):