Skip to content

Commit

Permalink
Fix outliers not imported
Browse files Browse the repository at this point in the history
  • Loading branch information
argenisleon committed Nov 18, 2019
1 parent c2e023c commit abc0774
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion optimus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from .dataframe import rows, columns, extension
from .dataframe.plots import plots
from .io import save
# from optimus.outliers import outliers
from optimus.outliers import outliers
# from optimus.profiler.profiler import Profiler
# from optimus.bumblebee import Comm

Expand Down
2 changes: 1 addition & 1 deletion optimus/outliers/template_outlier_class.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# TODO: We shold implement this has and interface
# TODO: We should implement this as an interface
class TemplateOutlierClass:
"""
This is a template class to expand the outliers methods
Expand Down

0 comments on commit abc0774

Please sign in to comment.