Skip to content

Commit f5eac0a

Browse files
dataderssungwy
authored andcommitted
fix: remove old, incorrect docstring (apache#1166)
1 parent 46eb1c3 commit f5eac0a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

pyiceberg/catalog/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -564,8 +564,6 @@ def drop_namespace(self, namespace: Union[str, Identifier]) -> None:
564564
def list_tables(self, namespace: Union[str, Identifier]) -> List[Identifier]:
565565
"""List tables under the given namespace in the catalog.
566566
567-
If namespace not provided, will list all tables in the catalog.
568-
569567
Args:
570568
namespace (str | Identifier): Namespace identifier to search.
571569

0 commit comments

Comments
 (0)