Skip to content

Commit

Permalink
passing
Browse files Browse the repository at this point in the history
  • Loading branch information
JonSchapiro committed Dec 24, 2020
1 parent 3776124 commit fc53f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v1/accounts/views/account.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
from rest_framework.mixins import ListModelMixin
from rest_framework.response import Response
from rest_framework.viewsets import GenericViewSet

from thenewboston.constants.network import VERIFY_KEY_LENGTH

from v1.cache_tools.accounts import get_account_balance, get_account_balance_lock
from ..models.account import Account
from ..serializers.account import AccountSerializer
Expand Down

0 comments on commit fc53f27

Please sign in to comment.