Skip to content

Commit

Permalink
try diffent kind of import
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg committed Sep 27, 2024
1 parent 9fbb235 commit 89f309f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycrfsuite/_pycrfsuite.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# cython: c_string_encoding=ascii
# cython: profile=False
# distutils: language=c++
from . cimport crfsuite_api
cimport pycrfsuite.crfsuite_api as crfsuite_api
from libcpp.string cimport string

import sys
Expand Down

0 comments on commit 89f309f

Please sign in to comment.