mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Lint fix
This commit is contained in:
parent
f609917760
commit
0bbf06bd86
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ if HAS_CHERRYPY:
|
|||
|
||||
def setUp(self):
|
||||
if not hasattr(self, '_cp_config'):
|
||||
self._cp_config = {}
|
||||
self._cp_config = {}
|
||||
Root._cp_config = self._cp_config
|
||||
root = Root()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue