From 9c13ff87ee8e381e40ee5c9c3bf056f1e2490f52 Mon Sep 17 00:00:00 2001 From: Dusan Baran Date: Mon, 27 May 2024 10:35:05 +0200 Subject: [PATCH] Fix syntax error --- tiledb/tests/test_schema_evolution.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tiledb/tests/test_schema_evolution.py b/tiledb/tests/test_schema_evolution.py index 9d8e989091..a253fe43e2 100644 --- a/tiledb/tests/test_schema_evolution.py +++ b/tiledb/tests/test_schema_evolution.py @@ -3,7 +3,7 @@ import numpy as np import pytest from numpy.testing import assert_array_equal -import Path from pathlib +from pathlib import Path import tiledb