Run futurize --unicode-literals

This commit is contained in:
JonnyWong16 2019-11-23 19:21:10 -08:00
parent 597cc9fe29
commit 05afa0859c
37 changed files with 38 additions and 1 deletions

View file

@ -14,6 +14,7 @@
# along with Tautulli. If not, see <http://www.gnu.org/licenses/>.
from __future__ import absolute_import
from __future__ import unicode_literals
from builtins import object
import re