Skip to content

Commit a04cc30

Browse files
author
Josh Owen
committed
remove extra bracket
1 parent d0c25b5 commit a04cc30

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

linkedin/models.py

-2
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ def json(self):
8383
},
8484
'subject': self.subject,
8585
'body': self.body,
86-
}
8786
}
8887
for recipient in self.recipients:
8988
result['recipients']['values'].append(recipient.json)
@@ -93,4 +92,3 @@ def json(self):
9392
result['item-content']['invitation-request']['authorization'] = auth
9493

9594
return result
96-

0 commit comments

Comments
 (0)