Browse Source

[TODO] Suppression du TODO dans classes sur la vérification du class_type dans EmClass

Cette vérification est prise en charge dans EmComponent
Roland Haroutiounian 10 years ago
parent
commit
76c97bf1f3
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      EditorialModel/classes.py

+ 0
- 1
EditorialModel/classes.py View File

@@ -34,7 +34,6 @@ class EmClass(EmComponent):
34 34
     # @param class_type EmClasstype: type of the class
35 35
     # @return An EmClass instance
36 36
     # @throw EmComponentExistError if an EmClass with this name and a different classtype exists
37
-    # @todo Check class_type argument
38 37
     @classmethod
39 38
     def create(cls, name, class_type):
40 39
         return cls._create_db(name, class_type)

Loading…
Cancel
Save