Skip to content

Commit

Permalink
removed relation table variable-used for future branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Vedant P Iyer committed Oct 18, 2024
1 parent 7fbb9ea commit a9394cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dsi/plugins/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ def __init__(self, **kwargs):
self.output_collector = OrderedDict()
self.table_cnt = None # schema not set until pack_header
self.validation_model = None # optional pydantic Model
self.relations = []
# Check for strict_mode option
if 'strict_mode' in kwargs:
if type(kwargs['strict_mode']) == bool:
Expand Down

0 comments on commit a9394cc

Please sign in to comment.