Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
camelpac committed May 29, 2021
1 parent 9452a5b commit 510cfc8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pylivetrader/misc/migration_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ def add_pipelinelive_imports(code: str) -> str:
imports = """
from pipeline_live.data.alpaca.factors import AverageDollarVolume
from pipeline_live.data.alpaca.pricing import USEquityPricing
from pipeline_live.data.polygon.fundamentals import PolygonCompany
from zipline.pipeline import Pipeline
"""
if "pipeline" in code:
Expand Down

0 comments on commit 510cfc8

Please sign in to comment.