From 4bb832eefbeb3c31a7a351197e9ce367622528a4 Mon Sep 17 00:00:00 2001 From: Fokko Driesprong Date: Fri, 1 Mar 2024 01:38:12 +0100 Subject: [PATCH] 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 2b851e14e9..f0d1c85797 100644 --- a/tests/integration/test_writes.py +++ b/tests/integration/test_writes.py @@ -32,7 +32,7 @@ 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