Skip to content

Commit 224ee08

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent db53255 commit 224ee08

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

mpl_image_labeller/_util.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ def list_to_onehot(labels, classes):
5151
lookup = {c: i for i, c in enumerate(classes)}
5252
arr = np.zeros((len(labels), len(classes)), dtype=bool)
5353
for i, l in enumerate(labels):
54-
5554
if l is None:
5655
continue
5756
elif isinstance(l, str) or not isinstance(l, Iterable):

setup.cfg

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ classifiers =
1515
Natural Language :: English
1616
Programming Language :: Python :: 3
1717
Programming Language :: Python :: 3 :: Only
18-
Programming Language :: Python :: 3.7
19-
Programming Language :: Python :: 3.8
20-
Programming Language :: Python :: 3.9
2118
Programming Language :: Python :: Implementation :: CPython
2219
project_urls =
2320
Tracker = https://github.com/ianhi/mpl-image-labeller/issues

0 commit comments

Comments
 (0)