Browse Source

Remove the import unicodedata

pull/1917/head
Mariana Mendes 8 years ago
parent
commit
25b3d48117
  1. 1
      sapl/sessao/views.py

1
sapl/sessao/views.py

@ -1,6 +1,5 @@
from re import sub
from operator import itemgetter
import unicodedata
from django.contrib import messages
from django.contrib.auth.decorators import permission_required

Loading…
Cancel
Save