removed extraneous imports to remove circularity

This commit is contained in:
fawce
2012-08-02 15:40:26 -04:00
parent 7d148e0f36
commit 12c7cd3b41
3 changed files with 5 additions and 15 deletions
+1 -3
View File
@@ -70,9 +70,7 @@ class ComponentTestCase(TestCase):
}
comp_a = Component(
SpecificEquityTrades,
args_a,
kwargs_a,
SpecificEquityTrades(*args_a, **kwargs_a),
monitor,
socket_uri,
DATASOURCE_FRAME,