Skip to content

Commit b4d2340

Browse files
committed
Fix formatting errors
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent 9edd7a0 commit b4d2340

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vulnerabilities/forms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class Meta:
4545
"first_name",
4646
"last_name",
4747
)
48-
48+
4949
def __init__(self, *args, **kwargs):
5050
super(ApiUserCreationForm, self).__init__(*args, **kwargs)
5151
self.fields["email"].required = True

0 commit comments

Comments
 (0)