Skip to content

Commit b5f32f6

Browse files
authored
Update test_binary.py
1 parent d7acbb4 commit b5f32f6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

category_encoders/tests/test_binary.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
import pandas as pd
22
from unittest2 import TestCase # or `from unittest import ...` if on Python 3.4+
33
import numpy as np
4-
import random
5-
from sklearn.compose import ColumnTransformer
64

75
import category_encoders as encoders
86

@@ -30,4 +28,3 @@ def test_binary_dist(self):
3028

3129
# make sure they are the same
3230
self.assertTrue(split.equals(c))
33-

0 commit comments

Comments
 (0)