mirror of
https://github.com/beetbox/beets.git
synced 2025-12-16 05:34:47 +01:00
Removed unicode_literals from test_plexupdate
This commit is contained in:
parent
a77d3207cf
commit
04e6377c1f
1 changed files with 1 additions and 2 deletions
|
|
@ -1,7 +1,6 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
from __future__ import (division, absolute_import, print_function,
|
||||
unicode_literals)
|
||||
from __future__ import (division, absolute_import, print_function)
|
||||
|
||||
from test._common import unittest
|
||||
from test.helper import TestHelper
|
||||
|
|
|
|||
Loading…
Reference in a new issue