trivial: isort

This commit is contained in:
Frédéric Péters 2021-10-22 11:53:47 +02:00
parent dfbe3123ef
commit 679b627db2
1 changed files with 1 additions and 1 deletions

View File

@ -25,8 +25,8 @@ import uuid
import psycopg2
import psycopg2.extensions
import psycopg2.extras
from psycopg2.sql import SQL, Identifier, Literal
import unidecode
from psycopg2.sql import SQL, Identifier, Literal
try:
import cPickle as pickle