mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +00:00
Lint fix
This commit is contained in:
parent
f609917760
commit
0bbf06bd86
@ -112,7 +112,7 @@ if HAS_CHERRYPY:
|
|||||||
|
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
if not hasattr(self, '_cp_config'):
|
if not hasattr(self, '_cp_config'):
|
||||||
self._cp_config = {}
|
self._cp_config = {}
|
||||||
Root._cp_config = self._cp_config
|
Root._cp_config = self._cp_config
|
||||||
root = Root()
|
root = Root()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user