Skip to content

Commit

Permalink
Remove buggy imports
Browse files Browse the repository at this point in the history
  • Loading branch information
phoerious committed Dec 3, 2024
1 parent 99bf22f commit 7a64d45
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions resiliparse/resiliparse/extract/html2text.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
from Cython.Shadow import returns

# distutils: language = c++

from cython.operator cimport dereference as deref, preincrement as preinc, predecrement as predec
from jmespath.ast import current_node
from libcpp.set cimport set as stl_set
from libc.string cimport memcpy
from libcpp.memory cimport make_shared, shared_ptr
Expand Down

0 comments on commit 7a64d45

Please sign in to comment.