From 3631d22a766b842626ed9416da27613966cdf0e6 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Tue, 4 Apr 2017 12:16:55 +0100 Subject: [PATCH] trivial: Resolve PEP8 issue There's an unused variable. Signed-off-by: Stephen Finucane Fixes: 9b81f1ae ("REST: Add '/bundle' endpoint") --- patchwork/tests/test_rest_api.py | 1 - 1 file changed, 1 deletion(-) diff --git a/patchwork/tests/test_rest_api.py b/patchwork/tests/test_rest_api.py index 3a84f0f8..867602a8 100644 --- a/patchwork/tests/test_rest_api.py +++ b/patchwork/tests/test_rest_api.py @@ -722,7 +722,6 @@ class TestBundleAPI(APITestCase): def test_detail(self): """Validate we can get a specific bundle.""" - user = create_user() bundle = create_bundle(public=True) resp = self.client.get(self.api_url(bundle.id)) -- 2.47.3