diff --git a/source/logic/checks/file_state.py b/source/logic/checks/file_state.py index d93990a..cab1d1f 100644 --- a/source/logic/checks/file_state.py +++ b/source/logic/checks/file_state.py @@ -4,12 +4,6 @@ class implementation_check_kind_file_state(interface_check_kind): [implementation] ''' def parameters_schema(self): - ''' - - exists (shall, must, must not) - - size (max) - - age (max) - - contains - ''' return { "type": "object", "additionalProperties": False,