Skip to content

Commit

Permalink
import or skip
Browse files Browse the repository at this point in the history
  • Loading branch information
samster25 committed Mar 20, 2024
1 parent a3bbc34 commit b3cd0fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/io/iceberg/test_iceberg_writes.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

import pyarrow as pa
import pytest

pyiceberg = pytest.importorskip("pyiceberg")

from pyiceberg.catalog.sql import SqlCatalog

import daft
Expand Down

0 comments on commit b3cd0fc

Please sign in to comment.