From 6eb0c651bd8496a8997257bf69cdb17ae7e131d5 Mon Sep 17 00:00:00 2001 From: Mike Place Date: Thu, 20 Feb 2014 16:27:36 -0700 Subject: [PATCH] Linting. --- salt/renderers/msgpack.py | 1 - 1 file changed, 1 deletion(-) diff --git a/salt/renderers/msgpack.py b/salt/renderers/msgpack.py index 2129cf7a12..e915c54474 100644 --- a/salt/renderers/msgpack.py +++ b/salt/renderers/msgpack.py @@ -11,7 +11,6 @@ def render(msgpack_data, saltenv='base', sls='', **kws): a python dict. .. note: - This renderer is NOT intended for use in creating sls files by hand, but exists to allow for data backends to serialize the highdata structure in an easily transportable way. This is to allow for more