1
0
mirror of https://github.com/django/django.git synced 2025-06-08 04:59:13 +00:00

Style cleanup forgotten in second previous commit.

This commit is contained in:
Aymeric Augustin 2013-12-17 22:24:25 +01:00
parent 2bc89f83b3
commit 9bfdad5472

View File

@ -57,7 +57,6 @@ class AppCache(object):
self.nesting_level = 0 self.nesting_level = 0
self._get_models_cache = {} self._get_models_cache = {}
def populate(self): def populate(self):
""" """
Fill in all the cache information. This method is threadsafe, in the Fill in all the cache information. This method is threadsafe, in the