Skip to content

Commit 8e9066f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 17f1fbb commit 8e9066f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_oauth2_backends.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ def setUp(self):
176176
self.factory = RequestFactory()
177177
self.oauthlib_core = JSONOAuthLibCore()
178178

179-
180179
uri, http_method, body, headers = self.oauthlib_core._extract_params(request)
181180
self.assertIn("grant_type=password", body)
182181
self.assertIn("username=john", body)

0 commit comments

Comments
 (0)