Browse Source

Code cleaning

Roland Haroutiounian 9 years ago
parent
commit
33851ac919
1 changed files with 0 additions and 5 deletions
  1. 0
    5
      lodel/leapi/datahandlers/relation.py

+ 0
- 5
lodel/leapi/datahandlers/relation.py View File

@@ -16,8 +16,3 @@ class Relation(FieldDataHandler):
16 16
         self.backref_ref = reference
17 17
         super().__init__(**kwargs)
18 18
 
19
-    def _check_data_value(self, value):
20
-        pass
21
-
22
-    def construct_data(self, emcomponent, fname, datas, cur_value):
23
-        pass

Loading…
Cancel
Save