Skip to content

Commit aa4bfc0

Browse files
committed
fixing linting after merge
1 parent ef4e81e commit aa4bfc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/catalog/test_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
import pytest
2424

25-
from pyiceberg.catalog import load_catalog
25+
from pyiceberg.catalog import Catalog, load_catalog
2626
from pyiceberg.catalog.memory import InMemoryCatalog
2727
from pyiceberg.io import WAREHOUSE
2828
from pyiceberg.schema import Schema

0 commit comments

Comments
 (0)