Skip to content

Commit d8d509f

Browse files
authored
fix: remove old, incorrect docstring (#1166)
1 parent 4035747 commit d8d509f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pyiceberg/catalog/__init__.py

-2
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)