Skip to content

Commit

Permalink
fix: remove old, incorrect docstring (#1166)
Browse files Browse the repository at this point in the history
  • Loading branch information
dataders authored Sep 12, 2024
1 parent 4035747 commit d8d509f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyiceberg/catalog/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -564,8 +564,6 @@ def drop_namespace(self, namespace: Union[str, Identifier]) -> None:
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.
Expand Down

0 comments on commit d8d509f

Please sign in to comment.