NeuralNotwork commited on
Commit
1ce200c
·
verified ·
1 Parent(s): 7455fb4

Update record_interestingness.py

Browse files
Files changed (1) hide show
  1. tools/record_interestingness.py +2 -0
tools/record_interestingness.py CHANGED
@@ -1,4 +1,6 @@
1
  """Template for custom function or Pydantic model."""
 
 
2
 
3
  def record_interestingness(titles: list[str], uninteresting: list[bool]) -> None:
4
  """Label the interestingness of the entries.
 
1
  """Template for custom function or Pydantic model."""
2
+ import csv
3
+ from pathlib import Path
4
 
5
  def record_interestingness(titles: list[str], uninteresting: list[bool]) -> None:
6
  """Label the interestingness of the entries.