From 346f5791ece7c08770f1ff1ba6e4243bec697f29 Mon Sep 17 00:00:00 2001 From: Jason Paryani Date: Wed, 18 Sep 2013 21:07:10 -0700 Subject: [PATCH] Fix up formatting issues with test_object.py --- test/test_object.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/test_object.py b/test/test_object.py index 5d7af08..28beb03 100644 --- a/test/test_object.py +++ b/test/test_object.py @@ -1,7 +1,6 @@ import pytest import capnp import os -import math this_dir = os.path.dirname(__file__) @@ -22,4 +21,4 @@ def test_object_basic(object): obj_r = obj.as_reader() same_person = obj_r.object.as_struct(object.Person) assert same_person.name == 'test' - assert same_person.id == 1000 \ No newline at end of file + assert same_person.id == 1000