We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77aa3c7 commit 9edbe83Copy full SHA for 9edbe83
zulipterminal/scripts/debug_helper.py
@@ -116,7 +116,7 @@ def check_terminal_capabilities() -> None:
116
117
# Check for urwid compatibility
118
try:
119
- import urwid # noqa: F401
+ import urwid
120
121
logger.info("Urwid detected. Running basic urwid test...")
122
# This doesn't actually run a visual test - just checks if urwid can be imported
0 commit comments