Skip to content

Commit

Permalink
Flake8 updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
dougfraga committed Sep 7, 2020
1 parent 458390a commit 137b631
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def __init__(self):
super().__init__()
self.num_of_sent_emails = 0
self.sent_params = None

def send(self, shipper, recipient, title, body):
self.sent_params = (shipper, recipient, title, body)
self.num_of_sent_emails += 1
Expand Down

0 comments on commit 137b631

Please sign in to comment.