talentmap_api/bidding/views/bidlist.py
Showing 1 of 1 total issue
Function destroy
has a Cognitive Complexity of 8 (exceeds 7 allowed). Consider refactoring. Open
Open
def destroy(self, request, *args, **kwargs): ''' Closes or deletes specified bid This endpoint will delete bids which are still in a draft status, but close any other status
- Read upRead up