Skip to content

Commit 33197f6

Browse files
committed
Deprecate risk tearsheet, superseded by perf_attrib tearsheet.
1 parent 73740b1 commit 33197f6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyfolio/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
from . import interesting_periods
66
from . import capacity
77
from . import round_trips
8-
from . import risk
98
from . import perf_attrib
109

1110
from .tears import * # noqa
@@ -17,4 +16,4 @@
1716

1817
__all__ = ['utils', 'timeseries', 'pos', 'txn',
1918
'interesting_periods', 'capacity', 'round_trips',
20-
'risk', 'perf_attrib']
19+
'perf_attrib']

0 commit comments

Comments
 (0)