Skip to content

Commit 598365f

Browse files
committed
Remove unused imports
1 parent 5284889 commit 598365f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyamdgpuinfo/pyamdgpuinfo.pyx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ cimport pyamdgpuinfo.xf86drm_cy as xf86drm_cy
33
cimport pyamdgpuinfo.amdgpu_cy as amdgpu_cy
44
cimport pyamdgpuinfo.pthread_cy as pthread_cy
55

6-
from libc.stdint cimport uint32_t, intptr_t
6+
from libc.stdint cimport uint32_t
77
from libc.stdlib cimport malloc, calloc, free
8-
from libc.stdio cimport printf, fflush, stdout
98
from posix.time cimport CLOCK_MONOTONIC, timespec, clock_gettime, nanosleep
109

1110
import os

0 commit comments

Comments
 (0)