From f14c02f33c6c5e3a3ecb0e443a140e24d4b944de Mon Sep 17 00:00:00 2001 From: Eckhart Arnold Date: Sat, 6 Jun 2020 17:01:40 +0200 Subject: [PATCH] - added dedicated shellscripts and "setup_stringview.py" to only cythonize stringview-module (useful during development, because cythonizing all modules takes so long...) --- DHParser/stringview.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DHParser/stringview.py b/DHParser/stringview.py index 309a849..a991c35 100644 --- a/DHParser/stringview.py +++ b/DHParser/stringview.py @@ -32,7 +32,7 @@ speedup. The modules comes with a ``stringview.pxd`` that contains some type declarations to more fully exploit the benefits of the Cython-compiler. """ -from typing import Optional, Union, Iterable, Tuple, List, cast +from typing import Optional, Union, Iterable, Tuple, List, Sequence, cast try: import cython -- GitLab