Skip to content

Commit 1b26604

Browse files
committed
Fixing some linting
1 parent 6e696ef commit 1b26604

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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
@@ -84,8 +84,8 @@ class Meta:
8484
)
8585

8686
def __init__(self, *args, **kwargs):
87+
""" Adding extra dropdown options if user is superuser or staff """
8788
instance = kwargs.get('instance', None)
88-
8989
super(EditProfileForm, self).__init__(*args, **kwargs)
9090

9191
if instance:

0 commit comments

Comments
 (0)