Skip to content

Commit

Permalink
STY: Flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
buinvest committed Jun 1, 2017
1 parent e947739 commit 8b4e616
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/test_examples.py
Expand Up @@ -21,9 +21,8 @@

from zipline import examples
from zipline.data.bundles import register, unregister
from zipline.testing import test_resource_path, copy_market_data
from zipline.testing.fixtures import WithTmpDir, ZiplineTestCase, \
WithTradingEnvironment
from zipline.testing import test_resource_path
from zipline.testing.fixtures import WithTmpDir, ZiplineTestCase
from zipline.testing.predicates import assert_equal
from zipline.utils.cache import dataframe_cache

Expand Down Expand Up @@ -54,7 +53,6 @@ def init_class_fixtures(cls):
serialization='pickle',
)


@parameterized.expand(sorted(examples.EXAMPLE_MODULES))
def test_example(self, example_name):
actual_perf = examples.run_example(
Expand Down

0 comments on commit 8b4e616

Please sign in to comment.