Skip to content

Commit aae39b5

Browse files
authored
fix: remove old, incorrect docstring (apache#1168)
1 parent 1d4ed06 commit aae39b5

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

pyiceberg/catalog/__init__.py

-2
Original file line numberDiff line numberDiff line change
@@ -592,8 +592,6 @@ def list_namespaces(self, namespace: Union[str, Identifier] = ()) -> List[Identi
592592
def list_views(self, namespace: Union[str, Identifier]) -> List[Identifier]:
593593
"""List views under the given namespace in the catalog.
594594
595-
If namespace is not provided, lists all views in the catalog.
596-
597595
Args:
598596
namespace (str | Identifier): Namespace identifier to search.
599597

pyiceberg/catalog/sql.py

-2
Original file line numberDiff line numberDiff line change
@@ -577,8 +577,6 @@ def drop_namespace(self, namespace: Union[str, Identifier]) -> None:
577577
def list_tables(self, namespace: Union[str, Identifier]) -> List[Identifier]:
578578
"""List tables under the given namespace in the catalog.
579579
580-
If namespace not provided, will list all tables in the catalog.
581-
582580
Args:
583581
namespace (str | Identifier): Namespace identifier to search.
584582

0 commit comments

Comments
 (0)