Skip to content

Commit bf16ded

Browse files
committed
pycln comment
1 parent 91747de commit bf16ded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_widget.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ def test_lazy_loading() -> None:
586586
"""
587587

588588
with pytest.raises(ImportError):
589-
pass
589+
from textual.widgets import Foo # nopycln: import
590590

591591
from textual import widgets
592592
from textual.widgets import Label

0 commit comments

Comments
 (0)