Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
simplymathematics committed Aug 4, 2024
1 parent ee6472c commit 68896c2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/gzip/batchMixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@
import numpy as np


from sklearn.datasets import make_classification
from pathlib import Path
from time import time
from sklearn.model_selection import train_test_split

logger = logging.getLogger(__name__)

Expand Down Expand Up @@ -173,4 +171,3 @@ def wrapper(method, **kwargs):
return indices

return wrapper

0 comments on commit 68896c2

Please sign in to comment.