add missing __future__ import unicode_literals

This commit is contained in:
Petr Vaněk 2022-02-12 15:27:10 +01:00 committed by dirkf
parent 85bf26c1d0
commit bf23bc0489

View file

@ -1,4 +1,6 @@
# coding: utf-8
from __future__ import unicode_literals
import json
import re