Skip to content

Commit

Permalink
Remove duplicate code for property name of SqlaTable (#1190)
Browse files Browse the repository at this point in the history
  • Loading branch information
prokh authored and mistercrunch committed Sep 25, 2016
1 parent 5f6ef84 commit 44be42c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions caravel/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -743,10 +743,6 @@ def html(self):
"dataframe table table-striped table-bordered "
"table-condensed"))

@property
def name(self):
return self.table_name

@property
def metrics_combo(self):
return sorted(
Expand Down

0 comments on commit 44be42c

Please sign in to comment.