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,9 +1,10 @@
# -*- coding: utf-8 -*-
from __future__ import absolute_import
from ... import *
from talon.signature.learning import featurespace as fs
from nose.tools import eq_, assert_false, ok_
from mock import patch
def test_apply_features():