diff --git a/pyiceberg/table/__init__.py b/pyiceberg/table/__init__.py index ad36255dab..53ffdbb22a 100644 --- a/pyiceberg/table/__init__.py +++ b/pyiceberg/table/__init__.py @@ -418,7 +418,6 @@ class Namespace(IcebergRootModel[List[str]]): root: List[str] = Field( ..., description='Reference to one or more levels of a namespace', - example=['accounting', 'tax'], )