DevClad-Inc / devclad

Function/method with an empty body PTC-W0049
Anti-pattern
Major
2 years ago2 years old
custom_signup doesn't contain any code
 57
 58        return data
 59
 60    def custom_signup(self, request, user): 61        pass
 62
 63    def get_cleaned_data(self):
get_indirect_match doesn't contain any code
 85    return transformed_profile
 86
 87
 88def get_indirect_match(user, number_of_matches_to_make=1): 89    pass
 90
 91