Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
VesnaT committed Feb 21, 2024
1 parent 7cc821f commit ed261eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Orange/widgets/evaluate/tests/test_owpredictions.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Tests for OWPredictions"""
# pylint: disable=protected-access
# pylint: disable=protected-access,too-many-lines,too-many-public-methods
import os
import unittest
from functools import partial
Expand Down
1 change: 0 additions & 1 deletion Orange/widgets/utils/tests/test_multi_target.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import unittest
from unittest.mock import patch, MagicMock

from Orange.data import Table, Domain, DiscreteVariable
from Orange.widgets.tests.base import WidgetTest
Expand Down

0 comments on commit ed261eb

Please sign in to comment.