Skip to content

Commit 36b56eb

Browse files
authored
Remove extraneous import (#485)
1 parent 4b7e918 commit 36b56eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_writes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
from pyspark.sql import SparkSession
3333
from pytest_mock.plugin import MockerFixture
3434

35-
from pyiceberg.catalog import Catalog, Properties, Table, load_catalog
35+
from pyiceberg.catalog import Catalog, Properties, Table
3636
from pyiceberg.catalog.sql import SqlCatalog
3737
from pyiceberg.exceptions import NoSuchTableError
3838
from pyiceberg.schema import Schema

0 commit comments

Comments
 (0)