Skip to content

Commit

Permalink
Remove unused code accidentally copied from pwiz
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed Sep 13, 2024
1 parent 6d59dd6 commit 7c6299a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion playhouse/reflection.py
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,6 @@ def introspect(self, table_names=None, literal_column_names=False,
foreign_keys[table] = self.metadata.get_foreign_keys(
table, self.schema)
except ValueError as exc:
err(*exc.args)
foreign_keys[table] = []
else:
# If there is a possibility we could exclude a dependent table,
Expand Down

0 comments on commit 7c6299a

Please sign in to comment.