Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
christianjauregui committed Apr 25, 2020
1 parent 2f78a24 commit 7d23f47
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions famafrench/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,23 +28,6 @@
__title__ = 'famafrench-py'
__author__ = 'Christian Jauregui <chris.jauregui@berkeley.edu'

# Set '__all__' reader of source code knows what is conventional public API exposed by this module,
# as well as provide a list of the names to import when performing the wild-import 'from famafrench import *'
__all__ = [
"Error",
"FamaFrench",
"getPortfolioReturns",
"getNumFirms",
"getCharacs",
"getFFfactors",
"getFamaFrenchStats",
"getkfPortfolioReturns",
"getkfNumFirms",
"getkfFFfactors",
"getkfCharac",
"comparePortfolios",
]

# Bring to to-level namespace
from .famafrench import FamaFrench, Error

0 comments on commit 7d23f47

Please sign in to comment.