Skip to content

Commit 1655b36

Browse files
committed
add missing imports
1 parent 87740d5 commit 1655b36

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/setfit/data.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import math
2+
import random
13
from typing import TYPE_CHECKING, Dict, List, Tuple
24

35
import pandas as pd

0 commit comments

Comments
 (0)