mirror of
https://github.com/beetbox/beets.git
synced 2025-12-30 12:32:33 +01:00
Removed unicode_literals from test_template
This commit is contained in:
parent
47e5d15a78
commit
b4e7f7c80c
1 changed files with 1 additions and 2 deletions
|
|
@ -15,8 +15,7 @@
|
|||
|
||||
"""Tests for template engine.
|
||||
"""
|
||||
from __future__ import (division, absolute_import, print_function,
|
||||
unicode_literals)
|
||||
from __future__ import (division, absolute_import, print_function)
|
||||
|
||||
import warnings
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue