Skip to content

Commit d5dcd8f

Browse files
committed
silence pylint module name error for py3.7
1 parent 2ec84b7 commit d5dcd8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dash/development/base_component.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from .._utils import patch_collections_abc
77

88
if six.PY2:
9-
from collections import MutableSequence
9+
from collections import MutableSequence # pylint: disable=no-name-in-module
1010
else:
1111
from collections.abc import MutableSequence
1212

0 commit comments

Comments
 (0)