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 nose.tools import eq_
from talon.signature import bruteforce
from mock import patch, Mock
def test_empty_body():