Test import clean up and pep8

This commit is contained in:
Derrick J. Wippler
2020-01-30 11:50:41 -06:00
parent d9ed7cc6d1
commit c575beb27d
10 changed files with 52 additions and 38 deletions

View File

@@ -1,10 +1,10 @@
# -*- coding: utf-8 -*-
from __future__ import absolute_import
from . import *
from . fixtures import *
from mock import Mock, patch
from talon import quotations
from nose.tools import eq_
@patch.object(quotations, 'extract_from_html')