We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef4e81e commit aa4bfc0Copy full SHA for aa4bfc0
1 file changed
tests/catalog/test_base.py
@@ -22,7 +22,7 @@
22
23
import pytest
24
25
-from pyiceberg.catalog import load_catalog
+from pyiceberg.catalog import Catalog, load_catalog
26
from pyiceberg.catalog.memory import InMemoryCatalog
27
from pyiceberg.io import WAREHOUSE
28
from pyiceberg.schema import Schema
0 commit comments