From bcd74b18f9caf1ed052b101e87c4c8f7c48e44a1 Mon Sep 17 00:00:00 2001 From: ti250 Date: Mon, 15 Nov 2021 11:07:16 +0100 Subject: [PATCH] Update according to patch described in #31 --- src/dawg.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dawg.pyx b/src/dawg.pyx index 6dba921..015343b 100644 --- a/src/dawg.pyx +++ b/src/dawg.pyx @@ -350,7 +350,7 @@ cdef class CompletionDAWG(DAWG): return completer.Next() - cpdef bytes tobytes(self) except +: + cpdef bytes tobytes(self): """ Return raw DAWG content as bytes. """