Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
themylogin committed May 9, 2024
1 parent 4d6ac13 commit ae354e3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions nvpair.pxi
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,7 @@ from types cimport *
from libc.stdint cimport uintptr_t
from libc.stdlib cimport malloc, free

try:
from collections import Sequence
except ImportError:
# >= py3.10 moved everything into top-level "abc" module
# https://docs.python.org/3.9/library/collections.html
from collections.abc import Sequence
from collections.abc import Sequence


@cython.internal
Expand Down

0 comments on commit ae354e3

Please sign in to comment.