mirror of
https://github.com/django/django.git
synced 2025-08-30 07:17:49 +00:00
Fixed E305 flake8 warnings.
This commit is contained in:
parent
6072de727f
commit
967be82443
114 changed files with 360 additions and 0 deletions
|
@ -137,12 +137,16 @@ def simple_system_check(**kwargs):
|
|||
def tagged_system_check(**kwargs):
|
||||
tagged_system_check.kwargs = kwargs
|
||||
return [checks.Warning('System Check')]
|
||||
|
||||
|
||||
tagged_system_check.tags = ['simpletag']
|
||||
|
||||
|
||||
def deployment_system_check(**kwargs):
|
||||
deployment_system_check.kwargs = kwargs
|
||||
return [checks.Warning('Deployment Check')]
|
||||
|
||||
|
||||
deployment_system_check.tags = ['deploymenttag']
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue