Browse Source

Code cleaning

Roland Haroutiounian 8 years ago
parent
commit
0716e77a1a
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      lodel/leapi/datahandlers/base_classes.py

+ 1
- 0
lodel/leapi/datahandlers/base_classes.py View File

@@ -525,6 +525,7 @@ class DatahandlerOption(MlNamedObject):
525 525
         self.__help_text = help_text
526 526
         self.__validator = validator
527 527
         super().__init__(self.__display_name, self.__help_text)
528
+
528 529
     @property
529 530
     def id(self):
530 531
         return self.__id

Loading…
Cancel
Save