textual icon indicating copy to clipboard operation
textual copied to clipboard

fix: pylint no-name-in-module for widgets

Open aaronst opened this issue 3 years ago • 0 comments

For #1107, we can import Widgets under if typing.TYPE_CHECKING: to avoid no-name-in-module errors from pylint when importing from textual.widgets. I also updated and moved the comment to reflect the additional step needed for new built-in Widgets.

aaronst avatar Nov 05 '22 20:11 aaronst