Skip to content

Commit 7cf9c6c

Browse files
committed
Fix lint
1 parent 850593a commit 7cf9c6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/models/test_dssm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
pass
2626

2727
try:
28-
import pytorch_lightning # noqa
28+
import pytorch_lightning # noqa # pylint: disable=unused-import
2929

3030
filter_decorator = pytest.mark.filterwarnings("ignore::pytorch_lightning.utilities.warnings.PossibleUserWarning")
3131
except ImportError:

0 commit comments

Comments
 (0)