Skip to content

Commit e764e67

Browse files
committed
remove ctypes
1 parent 24d92d1 commit e764e67

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/textual/_time.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@
1414
else:
1515
time = monotonic
1616

17-
18-
import ctypes
19-
20-
winmm = ctypes.WinDLL("winmm")
21-
22-
2317
if WINDOWS:
2418

2519
if sys.version_info >= (3, 11, 0):

0 commit comments

Comments
 (0)