https://github.com/mozilla/unicode-slugify/blob/c3b1f4dc3ff9ea706266e621f67977f74c966462/slugify/__init__.py#L74 Here if rv happens to be an empty list then type of new will be regular string not Unicode. When called unidecode on it confusing warnings appears.
unicode-slugify/slugify/__init__.py
Line 74 in c3b1f4d
Here if rv happens to be an empty list then type of new will be regular string not Unicode.
When called unidecode on it confusing warnings appears.