mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-04-15 14:42:06 +03:00
Replace Unidecode package with text_unidecode package #1014
Closes #1014
This commit is contained in:
parent
0888c748fd
commit
b8a5c83f5f
|
@ -1,5 +1,5 @@
|
|||
import re
|
||||
from unidecode import unidecode
|
||||
from text_unidecode import unidecode
|
||||
|
||||
|
||||
def to_const(string):
|
||||
|
|
Loading…
Reference in New Issue
Block a user