mirror of
https://github.com/django/django.git
synced 2025-10-28 08:06:09 +00:00
Fixed E305 flake8 warnings.
This commit is contained in:
committed by
Tim Graham
parent
6072de727f
commit
967be82443
@@ -422,4 +422,5 @@ class Apps(object):
|
||||
for function in self._pending_operations.pop(key, []):
|
||||
function(model)
|
||||
|
||||
|
||||
apps = Apps(installed_apps=None)
|
||||
|
||||
Reference in New Issue
Block a user