Skip to content

Commit db77029

Browse files
removed the comments as well
1 parent 4a38515 commit db77029

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

shuffle-tools/1.2.0/src/app.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -993,9 +993,6 @@ def filter_list(self, input_list, field, check, value, opposite):
993993
"valid": new_list,
994994
"invalid": failed_list,
995995
}
996-
# if self.check_compression(data):
997-
# data = self.compress_data(data)
998-
# return data
999996

1000997
return json.dumps(data)
1001998
# new_list = json.dumps(new_list)

0 commit comments

Comments
 (0)