Skip to content

Commit

Permalink
Remove return comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandInguva committed Feb 5, 2024
1 parent 066c4ce commit cddc98a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sdks/python/apache_beam/ml/transforms/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ def __init__(
self.exclude_columns = exclude_columns

def encode(self, element):
# if not set(element.keys()) - set(self.exclude_columns):
# return element
data_to_encode = element.copy()
for key in self.exclude_columns:
if key in data_to_encode:
Expand Down

0 comments on commit cddc98a

Please sign in to comment.