mirror of
https://github.com/wassname/catalyst.git
synced 2026-09-09 11:19:23 +08:00
MAINT: Pluralize top-level term namespaces.
zipline.pipeline.factor -> zipline.pipeline.factors zipline.pipeline.filter -> zipline.pipeline.filters
This commit is contained in:
@@ -40,7 +40,7 @@ from zipline.pipeline.loaders.equity_pricing_loader import (
|
||||
)
|
||||
from zipline.pipeline.engine import SimplePipelineEngine
|
||||
from zipline.pipeline import CustomFactor
|
||||
from zipline.pipeline.factor.technical import (
|
||||
from zipline.pipeline.factors import (
|
||||
MaxDrawdown,
|
||||
SimpleMovingAverage,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user