Skip to content

Commit 99869d2

Browse files
committed
scripts/debug_helper: Remove unnecessary noqa directive.
1 parent 0234dfa commit 99869d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zulipterminal/scripts/debug_helper.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def check_terminal_capabilities() -> None:
116116

117117
# Check for urwid compatibility
118118
try:
119-
import urwid # noqa: F401
119+
import urwid
120120

121121
logger.info("Urwid detected. Running basic urwid test...")
122122
# This doesn't actually run a visual test - just checks if urwid can be imported

0 commit comments

Comments
 (0)