Skip to content

Commit a67b2de

Browse files
authored
Remove unused imports reported by Pyright (#3367)
1 parent ffb2230 commit a67b2de

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

archinstall/lib/crypt.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import ctypes
2-
import ctypes.util
32
from pathlib import Path
43

54
from .output import debug

archinstall/tui/curses_menu.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
from __future__ import annotations
22

33
import curses
4-
import curses.panel
54
import os
65
import signal
76
import sys

0 commit comments

Comments
 (0)