This is an automated email from the ASF dual-hosted git repository.
honahx pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git
The following commit(s) were added to refs/heads/main by this push:
new 36b56eb7 Remove extraneous import (#485)
36b56eb7 is described below
commit 36b56eb7bbc4cff91e4b9bfdf71ca0a7b8bbee5c
Author: Fokko Driesprong <[email protected]>
AuthorDate: Fri Mar 1 01:38:12 2024 +0100
Remove extraneous import (#485)
---
tests/integration/test_writes.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/integration/test_writes.py b/tests/integration/test_writes.py
index 2b851e14..f0d1c857 100644
--- a/tests/integration/test_writes.py
+++ b/tests/integration/test_writes.py
@@ -32,7 +32,7 @@ from pydantic_core import ValidationError
from pyspark.sql import SparkSession
from pytest_mock.plugin import MockerFixture
-from pyiceberg.catalog import Catalog, Properties, Table, load_catalog
+from pyiceberg.catalog import Catalog, Properties, Table
from pyiceberg.catalog.sql import SqlCatalog
from pyiceberg.exceptions import NoSuchTableError
from pyiceberg.schema import Schema