Skip to content

Commit

Permalink
fix: remove old, incorrect docstring (apache#1168)
Browse files Browse the repository at this point in the history
  • Loading branch information
dataders committed Sep 13, 2024
1 parent 1d4ed06 commit aae39b5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions pyiceberg/catalog/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -592,8 +592,6 @@ def list_namespaces(self, namespace: Union[str, Identifier] = ()) -> List[Identi
def list_views(self, namespace: Union[str, Identifier]) -> List[Identifier]:
"""List views under the given namespace in the catalog.
If namespace is not provided, lists all views in the catalog.
Args:
namespace (str | Identifier): Namespace identifier to search.
Expand Down
2 changes: 0 additions & 2 deletions pyiceberg/catalog/sql.py
Original file line number Diff line number Diff line change
Expand Up @@ -577,8 +577,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 aae39b5

Please sign in to comment.