Fix flake8

This commit is contained in:
Gerald Lonlas
2018-01-17 21:50:12 -08:00
parent dfd61bbf1d
commit be75522507
4 changed files with 4 additions and 1 deletions

View File

@@ -120,6 +120,7 @@ def test_strategy_fallback_default_strategy():
strategy._load_strategy('../../super_duper')
assert not hasattr(Strategy, 'custom_strategy')
def test_strategy_singleton():
strategy1 = Strategy()
strategy1.init({'strategy': 'default_strategy'})