We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 850593a commit 7cf9c6cCopy full SHA for 7cf9c6c
1 file changed
tests/models/test_dssm.py
@@ -25,7 +25,7 @@
25
pass
26
27
try:
28
- import pytorch_lightning # noqa
+ import pytorch_lightning # noqa # pylint: disable=unused-import
29
30
filter_decorator = pytest.mark.filterwarnings("ignore::pytorch_lightning.utilities.warnings.PossibleUserWarning")
31
except ImportError:
0 commit comments