Skip to content

Commit

Permalink
add missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipMay committed Nov 5, 2022
1 parent 87740d5 commit 1655b36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/setfit/data.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import math
import random
from typing import TYPE_CHECKING, Dict, List, Tuple

import pandas as pd
Expand Down

0 comments on commit 1655b36

Please sign in to comment.