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

Commit f3b1882

Browse files
committed
Fix indentation
1 parent 3f951c2 commit f3b1882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest_framework_jwt/serializers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def validate(self, attrs):
7171
msg = 'Must include "{0}" and "{1}"'.format(
7272
self.username_field,
7373
'password'
74-
)
74+
)
7575
raise serializers.ValidationError(msg)
7676

7777

0 commit comments

Comments
 (0)