Skip to content

Commit

Permalink
Removing duplicate get_table in fetch_metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
jimexist authored and mistercrunch committed Apr 3, 2016
1 parent aec3c0b commit c3789d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion caravel/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,6 @@ def query( # sqla

def fetch_metadata(self):
"""Fetches the metadata for the table and merges it in"""
table = self.database.get_table(self.table_name)
try:
table = self.database.get_table(self.table_name)
except Exception as e:
Expand Down

0 comments on commit c3789d5

Please sign in to comment.