This is an automated email from the ASF dual-hosted git repository.
sungwy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git
The following commit(s) were added to refs/heads/main by this push:
new d8d509ff fix: remove old, incorrect docstring (#1166)
d8d509ff is described below
commit d8d509ff1bc33040b9f6c90c28ee47ac7437945d
Author: Anders <[email protected]>
AuthorDate: Thu Sep 12 15:24:10 2024 -0400
fix: remove old, incorrect docstring (#1166)
---
pyiceberg/catalog/__init__.py | 2 --
1 file changed, 2 deletions(-)
diff --git a/pyiceberg/catalog/__init__.py b/pyiceberg/catalog/__init__.py
index 68583bf3..cbc9ed37 100644
--- a/pyiceberg/catalog/__init__.py
+++ b/pyiceberg/catalog/__init__.py
@@ -564,8 +564,6 @@ class Catalog(ABC):
def list_tables(self, namespace: Union[str, Identifier]) ->
List[Identifier]:
"""List tables under the given namespace in the catalog.
- If namespace not provided, will list all tables in the catalog.
-
Args:
namespace (str | Identifier): Namespace identifier to search.