Last analyzed b6a77aa a month ago
Default analysis branch is
Currently analyzing run
Argument redefined from local PYL-R1704
Anti-pattern
5 months ago5 months old
Redefining argument with the local name 'username'
169            match operation:
170                case "add":
171                    matches_this_week = request_user_profile.matches_this_week.all()
172                    for username in request.data["circle"]:173                        user_profile = SocialProfile.objects.get(
174                            user__username=username
175                        )