From 42af86ce1131db6c24d4723a49e3a7934dd0ba22 Mon Sep 17 00:00:00 2001 From: schneefux Date: Tue, 9 Sep 2014 11:39:04 -0400 Subject: Minor style fixes to test.py --- client/test.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'client') diff --git a/client/test.py b/client/test.py index 7797058..9734769 100644 --- a/client/test.py +++ b/client/test.py @@ -8,16 +8,16 @@ import unittest import argparse from mock import patch from urllib2 import URLError, urlopen -import yaml import test_mic import g2p import brain DEFAULT_PROFILE = { - 'prefers_email': False, - 'location': 'travis', - 'phone_number': '012344321' - } + 'prefers_email': False, + 'location': 'travis', + 'phone_number': '012344321' +} + def activeInternet(): try: -- cgit v1.3.1