From 4cb34a7c737f9f9465dfc7643c2d5e32e148b63c Mon Sep 17 00:00:00 2001 From: Peter Kofler Date: Tue, 22 Oct 2013 20:59:22 +0200 Subject: [PATCH] format Python code (only whitespace changes) --- python/test_gilded_rose.py | 1 - python/texttest_fixture.py | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/python/test_gilded_rose.py b/python/test_gilded_rose.py index 51480d19..2c66711b 100644 --- a/python/test_gilded_rose.py +++ b/python/test_gilded_rose.py @@ -3,7 +3,6 @@ import unittest from gilded_rose import Item, GildedRose - class GildedRoseTest(unittest.TestCase): def test_foo(self): items = [Item("foo", 0, 0)] diff --git a/python/texttest_fixture.py b/python/texttest_fixture.py index f867345e..86af5ef7 100644 --- a/python/texttest_fixture.py +++ b/python/texttest_fixture.py @@ -1,5 +1,6 @@ # -*- coding: utf-8 -*- from __future__ import print_function + from gilded_rose import * if __name__ == "__main__":