We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ae51b4 commit 202a5bfCopy full SHA for 202a5bf
1 file changed
singlestoredb/converters.py
@@ -23,7 +23,7 @@
23
try:
24
import pygeos
25
has_pygeos = True
26
-except ImportError:
+except (AttributeError, ImportError):
27
has_pygeos = False
28
29
0 commit comments