Skip to content

Commit

Permalink
drop unnecessary imports
Browse files Browse the repository at this point in the history
We don't use the python enum library here anymore , therefore it should be removed.
  • Loading branch information
Vizonex authored Oct 20, 2023
1 parent 4f40e9e commit b29f824
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions winloop/handles/fsevent.pyx
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
import enum
cimport cython

# class FileSystemEvent(enum.IntEnum):
cdef enum FileSystemEvent:
RENAME = uv.UV_RENAME
CHANGE = uv.UV_CHANGE
Expand Down

0 comments on commit b29f824

Please sign in to comment.