From 4c9a8df1dfc264ab7fb9e598141953ac3e11a38c Mon Sep 17 00:00:00 2001
From: Stefano Borini <sborini@enthought.com>
Date: Thu, 27 Jul 2017 16:57:34 +0100
Subject: [PATCH] flake

---
 force_bdss/ids.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/force_bdss/ids.py b/force_bdss/ids.py
index b6b8937..2af5c0b 100644
--- a/force_bdss/ids.py
+++ b/force_bdss/ids.py
@@ -33,11 +33,13 @@ def bundle_id(producer, identifier):
 
 
 def mco_parameter_id(producer, identifier):
+    """Creates an ID for an MCO parameter, so that it can be identified
+    uniquely."""
     return _string_id("mco_parameter", producer, identifier)
 
 
 def plugin_id(producer, identifier):
-    """Creates an ID for the plugins. These must be defined, otherwise 
+    """Creates an ID for the plugins. These must be defined, otherwise
     the envisage system will complain (but not break)
     """
     return _string_id("plugin", producer, identifier)
-- 
GitLab