Skip to content

Commit

Permalink
fix pyre
Browse files Browse the repository at this point in the history
  • Loading branch information
tiankongdeguiji committed Oct 28, 2024
1 parent 39c2f77 commit ea9bfb0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tzrec/datasets/odps_dataset_v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ def __init__(
)
self._ordered_cols = []
for field in reader.get_schema():
# pyre-ignore [58]
if not selected_cols or field["colname"] in selected_cols:
self.schema.append(field)
self._ordered_cols.append(field["colname"])
Expand Down

0 comments on commit ea9bfb0

Please sign in to comment.