Remove unused imports reported by Pyright (#3367)

This commit is contained in:
correctmost 2025-04-08 12:28:06 +00:00 committed by GitHub
parent ffb2230f33
commit a67b2dea60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,4 @@
import ctypes
import ctypes.util
from pathlib import Path
from .output import debug

View File

@ -1,7 +1,6 @@
from __future__ import annotations
import curses
import curses.panel
import os
import signal
import sys