Skip to content

Commit bd99c8a

Browse files
committed
Fix linting
1 parent 1b06260 commit bd99c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packet/notifications.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def packet_signed_notification(packet: Packet, signer: str) -> None:
4848
subscriptions = NotificationSubscription.query.filter_by(freshman_username=packet.freshman_username)
4949
if subscriptions:
5050
notification_body = post_body
51-
notification_body['contents']['en'] = signer + " signed your packet!"
51+
notification_body['contents']['en'] = signer + ' signed your packet!'
5252
notification_body['headings']['en'] = 'New Packet Signature!'
5353
notification_body['chrome_web_icon'] = 'https://profiles.csh.rit.edu/image/' + signer
5454
notification_body['url'] = app.config['PROTOCOL'] + app.config['PACKET_INTRO']

0 commit comments

Comments
 (0)