fix: tell pylint I know the curses module better
This commit is contained in:
parent
b1052e149f
commit
1e8932b555
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ from poezio.ui.types import (
|
||||||
)
|
)
|
||||||
|
|
||||||
if TYPE_CHECKING:
|
if TYPE_CHECKING:
|
||||||
from _curses import _CursesWindow
|
from _curses import _CursesWindow # pylint: disable=no-name-in-module
|
||||||
|
|
||||||
log = logging.getLogger(__name__)
|
log = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue