Skip to content

Commit

Permalink
avoid cython warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ajfriend committed Aug 11, 2023
1 parent ae9865c commit a02947b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/cython_example.pyx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#cython: language_level=3
from cython cimport boundscheck, wraparound

from h3._cy.h3lib cimport H3int
Expand Down

0 comments on commit a02947b

Please sign in to comment.