_get_defaults can be a staticmethod

This commit is contained in:
Erik Johnson 2024-02-06 07:05:28 -06:00 committed by Pedro Algarvio
parent 5e6d23138b
commit 61f8425d24

View file

@ -9,7 +9,8 @@ from tests.support.unit import TestCase
class FSClientTestCase(TestCase):
def _get_defaults(self, **kwargs):
@staticmethod
def _get_defaults(**kwargs):
"""
master/minion config defaults
"""