mirror of
https://github.com/django/django.git
synced 2025-10-28 08:06:09 +00:00
Fixed some missing/extraneous new line warnings.
This commit is contained in:
@@ -128,7 +128,6 @@ class AppConfig(object):
|
||||
# Entry is a path to an app config class.
|
||||
return cls(app_name, app_module)
|
||||
|
||||
|
||||
def get_model(self, model_name):
|
||||
"""
|
||||
Returns the model with the given case-insensitive model_name.
|
||||
|
||||
Reference in New Issue
Block a user