Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lajohn4747 committed May 1, 2024
1 parent 4d89c58 commit d881306
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdv/data_processing/data_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -841,6 +841,7 @@ def reverse_transform(self, data, reset_keys=False):
for column in self._hyper_transformer._output_columns
if column in data.columns
]

reversed_data = data
try:
if not data.empty:
Expand Down

0 comments on commit d881306

Please sign in to comment.