Skip to content

Commit 8dc853c

Browse files
committed
Fixing some linting
1 parent 4bf0f5a commit 8dc853c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

accounts/fixtures/statuses.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,4 +142,4 @@
142142
"display_order": 13
143143
}
144144
}
145-
]
145+
]

accounts/forms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ class Meta:
7272
)
7373

7474
def __init__(self, *args, **kwargs):
75+
""" Adding extra dropdown options if user is superuser or staff """
7576
instance = kwargs.get('instance', None)
76-
7777
super(EditProfileForm, self).__init__(*args, **kwargs)
7878

7979
if instance:

0 commit comments

Comments
 (0)