浏览代码

PEP8/PyLint on classtypes.py

Roland Haroutiounian 9 年前
父节点
当前提交
6a5136d728
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      EditorialModel/classtypes.py

+ 1
- 1
EditorialModel/classtypes.py 查看文件

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

正在加载...
取消
保存