Skip to content

Commit

Permalink
flake8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolas committed Dec 3, 2017
1 parent 1e1f768 commit 7f64869
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pagetree/tests/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,8 @@ def test_user_pagevisit_multiple(self):
self.section1.user_pagevisit(self.user, status="complete")
try:
with transaction.atomic():
# then stuff another one in manually to simulate a race condition
# then stuff another one in manually to simulate a
# race condition
UserPageVisit.objects.create(section=self.section1,
user=self.user,
status="bad status")
Expand Down

0 comments on commit 7f64869

Please sign in to comment.