Skip to content

Commit e71d56c

Browse files
authored
MAINT: Remove undefined name
1 parent 70407ab commit e71d56c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

zipline/utils/factory.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@
3030
from zipline.utils.calendars import get_calendar
3131
from zipline.utils.input_validation import expect_types
3232

33-
__all__ = ['load_from_yahoo']
34-
3533

3634
def create_simulation_parameters(year=2006, start=None, end=None,
3735
capital_base=float("1.0e5"),

0 commit comments

Comments
 (0)