From 40682c5cbf34d700a0c186f788560672ba274b64 Mon Sep 17 00:00:00 2001 From: "Martin R. Albrecht" Date: Fri, 4 Aug 2023 16:20:16 +0100 Subject: [PATCH] trigger tests again --- src/fpylll/fplll/enumeration.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fpylll/fplll/enumeration.pyx b/src/fpylll/fplll/enumeration.pyx index efa0a90c..c14c4d61 100644 --- a/src/fpylll/fplll/enumeration.pyx +++ b/src/fpylll/fplll/enumeration.pyx @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- include "fpylll/config.pxi" - + from cython.operator cimport dereference as deref, preincrement as inc from libcpp.vector cimport vector