Remove unused imports.

This commit is contained in:
Baizley 2020-01-30 17:25:59 +01:00 committed by Nick Hall
parent 99d589a7a2
commit 3b5d324b95

View File

@ -59,8 +59,6 @@ Specific symbols for parts of a name are defined:
#-------------------------------------------------------------------------
import re
import logging
from functools import cmp_to_key
from math import copysign
LOG = logging.getLogger(".gramps.gen")