fix: tell pylint I know the curses module better

This commit is contained in:
mathieui 2021-04-15 21:37:27 +02:00
parent b1052e149f
commit 1e8932b555

View file

@ -83,7 +83,7 @@ from poezio.ui.types import (
)
if TYPE_CHECKING:
from _curses import _CursesWindow
from _curses import _CursesWindow # pylint: disable=no-name-in-module
log = logging.getLogger(__name__)