Run modernizer on the code.
This commit is contained in:
@@ -7,9 +7,12 @@ The body and the message sender string are converted into unicode before
|
||||
applying features to them.
|
||||
"""
|
||||
|
||||
from __future__ import absolute_import
|
||||
from talon.signature.constants import (SIGNATURE_MAX_LINES,
|
||||
TOO_LONG_SIGNATURE_LINE)
|
||||
from talon.signature.learning.helpers import *
|
||||
from six.moves import zip
|
||||
from functools import reduce
|
||||
|
||||
|
||||
def features(sender=''):
|
||||
|
||||
Reference in New Issue
Block a user