Removed unused to_unicode import.

This commit is contained in:
Xavier Ordoquy 2013-04-23 07:36:04 +02:00
parent e93b64da92
commit 0598aa3220
1 changed files with 1 additions and 2 deletions

View File

@ -16,9 +16,8 @@ import traceback
from raven.base import Client
from raven.utils import six
from raven.utils.encoding import to_string, to_unicode
from raven.utils.encoding import to_string
from raven.utils.stacks import iter_stack_frames, label_from_frame
from raven.utils.encoding import to_unicode
RESERVED = ('stack', 'name', 'module', 'funcName', 'args', 'msg', 'levelno', 'exc_text', 'exc_info', 'data', 'created', 'levelname', 'msecs', 'relativeCreated', 'tags')