Skip to content

Commit

Permalink
suppress errors in fbcode/reagent - batch 1
Browse files Browse the repository at this point in the history
Differential Revision: D35589581

fbshipit-source-id: b08bb906c6703876a3be2be5345f69342d123a1c
  • Loading branch information
Pyre Bot Jr authored and facebook-github-bot committed Apr 13, 2022
1 parent d3fe756 commit abc08f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion reagent/test/base/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ def default_normalizer(feats, min_value=None, max_value=None):
def write_lists_to_csv(path, *args) -> None:
rows = zip(*args)
with open(path, "w") as f:
# pyre-fixme[6]: For 1st param expected `_Writer` but got `TextIOWrapper`.
writer = csv.writer(f)
for row in rows:
writer.writerow(row)
Expand Down

0 comments on commit abc08f7

Please sign in to comment.