Browse Source

PEP8/PyLint on classtypes.py

Roland Haroutiounian 9 years ago
parent
commit
6a5136d728
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      EditorialModel/classtypes.py

+ 1
- 1
EditorialModel/classtypes.py View File

125
     }
125
     }
126
 
126
 
127
     ## @brief return a classtype from its name
127
     ## @brief return a classtype from its name
128
-    # @param cls 
128
+    # @param cls
129
     # @param classtype str : A classtype name
129
     # @param classtype str : A classtype name
130
     # @return None if no classtype with this name, else return a dict containing classtype informations
130
     # @return None if no classtype with this name, else return a dict containing classtype informations
131
     @classmethod
131
     @classmethod

Loading…
Cancel
Save