Skip to content

Commit

Permalink
Removed unnecessary __repr__() function
Browse files Browse the repository at this point in the history
  • Loading branch information
thyneb19 committed Mar 26, 2021
1 parent 7c7dcd3 commit 8d6cf4b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lux/core/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,10 +337,6 @@ def current_vis(self):
def current_vis(self, current_vis: Dict):
self._current_vis = current_vis

def __repr__(self):
# TODO: _repr_ gets called from _repr_html, need to get rid of this call
return ""

def _append_rec(self, rec_infolist, recommendations: Dict):
if recommendations["collection"] is not None and len(recommendations["collection"]) > 0:
rec_infolist.append(recommendations)
Expand Down

0 comments on commit 8d6cf4b

Please sign in to comment.