Skip to content
This repository was archived by the owner on May 26, 2020. It is now read-only.

Commit 38cadc4

Browse files
committed
Fix missed jwt import
1 parent 11022bb commit 38cadc4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

rest_framework_jwt/tests/test_utils.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
import json
2+
from jwt import base64url_decode
23

34
from django.test import TestCase
45
from django.contrib.auth.models import User
5-
66
from rest_framework_jwt import utils
7-
from rest_framework_jwt.jwt import base64url_decode
87

98

109
class UtilsTests(TestCase):

0 commit comments

Comments
 (0)