aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--brevisurl/tests/test_models.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/brevisurl/tests/test_models.py b/brevisurl/tests/test_models.py
index 890ab36..43745c4 100644
--- a/brevisurl/tests/test_models.py
+++ b/brevisurl/tests/test_models.py
@@ -1,4 +1,5 @@
from random import sample
+import string
from django.core.exceptions import ValidationError
from django.test import TestCase