Skip to content

Commit 63d337b

Browse files
committed
noqa on unused-import
1 parent 7c75f86 commit 63d337b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/nbvalNotebook.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
import subprocess
1313

1414
# noinspection PyPackageRequirements
15-
import pytest # pylint: disable=unused-import
15+
import pytest # pylint: disable=unused-import # noqa
1616
# noinspection PyPackageRequirements
17-
import nbval # pylint: disable=unused-import
17+
import nbval # pylint: disable=unused-import # noqa
1818

1919
from music21 import environment
2020
from music21 import common

0 commit comments

Comments
 (0)