From 96d1d4e29275f4f5900f0725975d2ad0a4d05816 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Sat, 19 Oct 2013 08:31:38 -0400 Subject: Removed unused local variables in tests. --- tests/utils_tests/test_datastructures.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/utils_tests/test_datastructures.py') diff --git a/tests/utils_tests/test_datastructures.py b/tests/utils_tests/test_datastructures.py index 4908957a19..ca89e8541d 100644 --- a/tests/utils_tests/test_datastructures.py +++ b/tests/utils_tests/test_datastructures.py @@ -148,8 +148,6 @@ class MergeDictTests(IgnorePendingDeprecationWarningsMixin, SimpleTestCase): d3 = {'chris3':'cool3', 'camri3':'cute3', 'cotton3':'adorable3', 'tulip3':'snuggable3'} - d4 = {'twoofme': 'secondone'} - md = MergeDict(d1, d2, d3) self.assertEqual(md['chris'], 'cool') -- cgit v1.2.1