cleanup imports
This commit is contained in:
parent
1e0f93bbf2
commit
12440acd96
22 changed files with 119 additions and 122 deletions
|
|
@ -5,9 +5,10 @@ from __future__ import division
|
|||
import unicodedata
|
||||
|
||||
import ox
|
||||
import sqlalchemy as sa
|
||||
|
||||
import db
|
||||
import sqlalchemy as sa
|
||||
|
||||
|
||||
def get_sort_name(name, sortname=None):
|
||||
name = unicodedata.normalize('NFKD', name).strip()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue