瀏覽代碼

PEP8/PyLint on fieldtypes/char.py

Roland Haroutiounian 9 年之前
父節點
當前提交
352735200d
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3
    2
      EditorialModel/fieldtypes/char.py

+ 3
- 2
EditorialModel/fieldtypes/char.py 查看文件

@@ -2,11 +2,12 @@
2 2
 
3 3
 from EditorialModel.fields import EmField
4 4
 
5
+
5 6
 class EmFieldChar(EmField):
6
-    
7
+
7 8
     ftype = 'char'
8 9
     help = 'Basic string (varchar) field. Take max_length=64 as option'
9
-    
10
+
10 11
     ## @brief A char field
11 12
     # @brief max_length int : The maximum length of this field
12 13
     def __init__(self, max_length=64, **kwargs):

Loading…
取消
儲存