Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
humitos committed Nov 19, 2018
1 parent a4e7ef3 commit 4b60ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readthedocs/projects/notifications.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def _create_message(self):
extra_tags='email_delayed',
)

def send(self, *args, **kwargs):
def send(self, *args, **kwargs): # noqa
if self.message.created + self.email_period < timezone.now():
# Mark this instance to really send the email and rely on the
# EmailBackend to effectively send the email
Expand Down

0 comments on commit 4b60ea3

Please sign in to comment.