mirror of
https://github.com/django/django.git
synced 2025-10-27 23:56:08 +00:00
Sorted imports in __init__.py files.
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
from .config import AppConfig # NOQA
|
||||
from .registry import apps # NOQA
|
||||
from .config import AppConfig
|
||||
from .registry import apps
|
||||
|
||||
__all__ = ['AppConfig', 'apps']
|
||||
|
||||
Reference in New Issue
Block a user