Commit 536c4478 authored by Tim Graham's avatar Tim Graham
Browse files

Fixed a couple flake8 warnings.

parent 7a7c789d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -152,7 +152,6 @@ class FileBasedCache(BaseCache):
        return filelist



# For backwards compatibility
class CacheClass(FileBasedCache):
    pass
+0 −1
Original line number Diff line number Diff line
@@ -4,7 +4,6 @@
# Uses whatever cache backend is set in the test settings file.
from __future__ import unicode_literals

import hashlib
import os
import pickle
import random
+1 −0
Original line number Diff line number Diff line
@@ -492,6 +492,7 @@ class CustomPrefetchTests(TestCase):
        self.assertEqual(lst2[0].houses_lst[0].rooms_lst[1], self.room1_2)
        self.assertEqual(len(lst2[1].houses_lst), 0)


class DefaultManagerTests(TestCase):

    def setUp(self):