From 2450187515ae960a673bd6b724c9113604647943 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Fra=C3=9F?= Date: Sun, 18 Dec 2022 21:38:43 +0100 Subject: [PATCH] [doc] check:file_state --- source/logic/checks/file_state.py | 6 ------ 1 file changed, 6 deletions(-) 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,