Skip to content

Commit c99b73c

Browse files
dataderssungwy
authored andcommitted
fix: remove old, incorrect docstring (apache#1168)
1 parent abeea8b commit c99b73c

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

pyiceberg/catalog/__init__.py

Lines changed: 0 additions & 2 deletions
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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -576,8 +576,6 @@ def drop_namespace(self, namespace: Union[str, Identifier]) -> None:
576576
def list_tables(self, namespace: Union[str, Identifier]) -> List[Identifier]:
577577
"""List tables under the given namespace in the catalog.
578578
579-
If namespace not provided, will list all tables in the catalog.
580-
581579
Args:
582580
namespace (str | Identifier): Namespace identifier to search.
583581

0 commit comments

Comments
 (0)