mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
Tests: switch to explicit u"unicode" literals
Drop `from __future__ import unicode_literals`; it was there for Python 3.2 compatibility (which Anymail doesn't support). Ensures tests use normal strs in Python 2.x.
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
from __future__ import unicode_literals
|
||||
|
||||
import os
|
||||
import unittest
|
||||
|
||||
|
||||
Reference in New Issue
Block a user