Skip to content

Commit

Permalink
Remove extraneous import (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fokko committed Mar 1, 2024
1 parent 4b7e918 commit 36b56eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_writes.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 36b56eb

Please sign in to comment.