Skip to content

Commit

Permalink
Fixes unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
iMerica committed Jul 7, 2024
1 parent b53265d commit 2ebf734
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dj_rest_auth/registration/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,6 @@ def validate(self, attrs):
_('Define client_class in view'),
)

provider = adapter.get_provider()
scope = provider.get_scope_from_request(request)
client = self.client_class(
request,
app.client_id,
Expand Down

0 comments on commit 2ebf734

Please sign in to comment.