PEP-8 enhancements
This commit is contained in:
parent
2745c56c47
commit
84a2e6ca08
4 changed files with 2 additions and 3 deletions
|
@ -5,7 +5,6 @@ from todo.models import Item, List
|
|||
from django.contrib.auth import get_user_model
|
||||
|
||||
|
||||
|
||||
class AddListForm(ModelForm):
|
||||
# The picklist showing allowable groups to which a new list can be added
|
||||
# determines which groups the user belongs to. This queries the form object
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue