diff --git a/playhouse/reflection.py b/playhouse/reflection.py index c534b04a2..cfd16f6c0 100644 --- a/playhouse/reflection.py +++ b/playhouse/reflection.py @@ -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,