Skip to content

Commit

Permalink
fix SimpleUserProfile serializer
Browse files Browse the repository at this point in the history
  • Loading branch information
ShayanShiravani committed Nov 13, 2023
1 parent e3ee0bb commit d8d51b0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions authentication/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
from rest_framework.authtoken.models import Token

from authentication.models import UserProfile, Wallet
from faucet.faucet_manager.claim_manager import LimitedChainClaimManager
from faucet.models import GlobalSettings


class UsernameRequestSerializer(serializers.Serializer):
Expand Down Expand Up @@ -88,8 +86,6 @@ class Meta:
fields = [
"pk",
"username",
"is_meet_verified",
"is_aura_verified",
"wallets",
]

Expand Down

0 comments on commit d8d51b0

Please sign in to comment.