Skip to content

Commit 40c243a

Browse files
committed
Fix lint
1 parent 794a95c commit 40c243a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sdv/sequential/par.py

-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ def _update_context_column_dict(self, context_columns_dict):
9999
default_transformers_by_sdtype = deepcopy(self._data_processor._transformers_by_sdtype)
100100
for column in self.context_columns:
101101
column_metadata = self.metadata.columns[column]
102-
sdtype = column_metadata['sdtype']
103102
if default_transformers_by_sdtype.get(column_metadata['sdtype']):
104103
context_columns_dict[column] = {'sdtype': 'numerical'}
105104

0 commit comments

Comments
 (0)