Charalampos Papadopoulos
Results
1
issues of
Charalampos Papadopoulos
There is a problem occuring with the validation checker. The current one: ```python def _check_validatation_data(self, data): detail_key = "detail" if detail_key in data: return False return True ``` checks only...