Skip to content

Commit

Permalink
Start of test fixing for Django 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dlareau committed Jan 13, 2020
1 parent 2fdb720 commit e564c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion huntserver/tests.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from django.test import TestCase, override_settings
from django.core.urlresolvers import reverse
from django.urls import reverse
from huntserver import models, forms, templatetags
from django.contrib.auth.models import User, AnonymousUser
from django.utils import timezone
Expand Down

0 comments on commit e564c88

Please sign in to comment.