This is an automated email from the ASF dual-hosted git repository.

jshao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git


The following commit(s) were added to refs/heads/main by this push:
     new 0463ea458 [MINOR] fix(client-python): fix license header in new python 
file (#4051)
0463ea458 is described below

commit 0463ea458b78a5a9538962ad1a075f2cc5fcbb85
Author: Shaofeng Shi <[email protected]>
AuthorDate: Wed Jul 3 16:30:08 2024 +0800

    [MINOR] fix(client-python): fix license header in new python file (#4051)
    
    ### What changes were proposed in this pull request?
    
    fix license header in new python file
    
    ### Why are the changes needed?
    
    fix license header in new python file
---
 clients/client-python/gravitino/api/__init__.py        |  1 -
 clients/client-python/gravitino/api/audit.py           |  1 -
 clients/client-python/gravitino/api/auditable.py       |  1 -
 clients/client-python/gravitino/api/catalog.py         |  1 -
 clients/client-python/gravitino/api/catalog_change.py  |  1 -
 clients/client-python/gravitino/api/fileset.py         |  1 -
 clients/client-python/gravitino/api/fileset_change.py  |  1 -
 clients/client-python/gravitino/api/metalake.py        |  1 -
 clients/client-python/gravitino/api/metalake_change.py |  1 -
 clients/client-python/gravitino/api/schema.py          |  1 -
 clients/client-python/gravitino/api/schema_change.py   |  1 -
 .../client-python/gravitino/api/supports_schemas.py    |  1 -
 clients/client-python/gravitino/auth/__init__.py       |  1 -
 clients/client-python/gravitino/auth/auth_constants.py |  1 -
 .../client-python/gravitino/auth/auth_data_provider.py |  1 -
 .../gravitino/auth/simple_auth_provider.py             |  1 -
 clients/client-python/gravitino/catalog/__init__.py    |  1 -
 .../gravitino/catalog/base_schema_catalog.py           |  1 -
 .../client-python/gravitino/catalog/fileset_catalog.py |  1 -
 clients/client-python/gravitino/client/__init__.py     |  1 -
 .../gravitino/client/gravitino_admin_client.py         |  1 -
 .../client-python/gravitino/client/gravitino_client.py |  1 -
 .../gravitino/client/gravitino_client_base.py          |  1 -
 .../gravitino/client/gravitino_metalake.py             |  1 -
 .../gravitino/client/gravitino_version.py              |  1 -
 clients/client-python/gravitino/constants/__init__.py  |  1 -
 clients/client-python/gravitino/constants/doc.py       |  1 -
 clients/client-python/gravitino/constants/root.py      |  1 -
 clients/client-python/gravitino/constants/timeout.py   |  1 -
 clients/client-python/gravitino/constants/version.py   |  1 -
 clients/client-python/gravitino/dto/__init__.py        |  1 -
 clients/client-python/gravitino/dto/audit_dto.py       |  1 -
 clients/client-python/gravitino/dto/catalog_dto.py     |  1 -
 clients/client-python/gravitino/dto/dto_converters.py  |  1 -
 clients/client-python/gravitino/dto/fileset_dto.py     |  1 -
 clients/client-python/gravitino/dto/metalake_dto.py    |  1 -
 .../client-python/gravitino/dto/requests/__init__.py   |  1 -
 .../gravitino/dto/requests/catalog_create_request.py   |  1 -
 .../gravitino/dto/requests/catalog_update_request.py   |  1 -
 .../gravitino/dto/requests/catalog_updates_request.py  |  1 -
 .../gravitino/dto/requests/fileset_create_request.py   |  1 -
 .../gravitino/dto/requests/fileset_update_request.py   |  1 -
 .../gravitino/dto/requests/fileset_updates_request.py  |  1 -
 .../gravitino/dto/requests/metalake_create_request.py  |  1 -
 .../gravitino/dto/requests/metalake_update_request.py  |  1 -
 .../gravitino/dto/requests/metalake_updates_request.py |  1 -
 .../gravitino/dto/requests/schema_create_request.py    |  1 -
 .../gravitino/dto/requests/schema_update_request.py    |  1 -
 .../gravitino/dto/requests/schema_updates_request.py   |  1 -
 .../client-python/gravitino/dto/responses/__init__.py  |  1 -
 .../gravitino/dto/responses/base_response.py           |  1 -
 .../gravitino/dto/responses/catalog_list_response.py   |  1 -
 .../gravitino/dto/responses/catalog_response.py        |  1 -
 .../gravitino/dto/responses/drop_response.py           |  1 -
 .../gravitino/dto/responses/entity_list_response.py    |  1 -
 .../gravitino/dto/responses/fileset_response.py        |  1 -
 .../gravitino/dto/responses/metalake_list_response.py  |  1 -
 .../gravitino/dto/responses/metalake_response.py       |  1 -
 .../gravitino/dto/responses/schema_response.py         |  1 -
 .../gravitino/dto/responses/version_response.py        |  1 -
 clients/client-python/gravitino/dto/schema_dto.py      |  1 -
 clients/client-python/gravitino/dto/version_dto.py     |  1 -
 clients/client-python/gravitino/exceptions/__init__.py |  1 -
 .../exceptions/gravitino_runtime_exception.py          |  1 -
 .../exceptions/illegal_name_identifier_exception.py    |  1 -
 .../exceptions/illegal_namespace_exception.py          |  1 -
 .../gravitino/exceptions/no_such_metalake_exception.py |  1 -
 .../gravitino/exceptions/not_found_exception.py        |  1 -
 clients/client-python/gravitino/filesystem/__init__.py |  1 -
 clients/client-python/gravitino/filesystem/gvfs.py     |  1 -
 clients/client-python/gravitino/namespace.py           |  1 -
 clients/client-python/gravitino/rest/__init__.py       |  1 -
 clients/client-python/gravitino/rest/rest_message.py   |  1 -
 clients/client-python/gravitino/rest/rest_utils.py     | 18 ++++++++++++++++--
 clients/client-python/gravitino/typing.py              |  1 -
 clients/client-python/gravitino/utils/__init__.py      |  1 -
 clients/client-python/scripts/__init__.py              |  1 -
 clients/client-python/scripts/generate_doc.py          |  1 -
 clients/client-python/tests/__init__.py                |  1 -
 clients/client-python/tests/integration/__init__.py    |  1 -
 .../tests/integration/integration_test_env.py          |  1 -
 .../tests/integration/test_fileset_catalog.py          |  1 -
 .../client-python/tests/integration/test_metalake.py   |  1 -
 clients/client-python/tests/integration/test_schema.py |  1 -
 .../tests/integration/test_simple_auth_client.py       |  1 -
 clients/client-python/tests/unittests/__init__.py      |  1 -
 clients/client-python/tests/unittests/mock_base.py     |  1 -
 .../tests/unittests/test_gravitino_version.py          |  1 -
 clients/client-python/tests/unittests/test_metalake.py |  1 -
 .../tests/unittests/test_name_identifier.py            |  1 -
 .../tests/unittests/test_simple_auth_provider.py       |  1 -
 91 files changed, 16 insertions(+), 92 deletions(-)

diff --git a/clients/client-python/gravitino/api/__init__.py 
b/clients/client-python/gravitino/api/__init__.py
index 72d103e31..c206137f1 100644
--- a/clients/client-python/gravitino/api/__init__.py
+++ b/clients/client-python/gravitino/api/__init__.py
@@ -15,5 +15,4 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
diff --git a/clients/client-python/gravitino/api/audit.py 
b/clients/client-python/gravitino/api/audit.py
index 0c56d3385..bd534d760 100644
--- a/clients/client-python/gravitino/api/audit.py
+++ b/clients/client-python/gravitino/api/audit.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 from abc import ABC, abstractmethod
diff --git a/clients/client-python/gravitino/api/auditable.py 
b/clients/client-python/gravitino/api/auditable.py
index a1b623e4b..57d2174e7 100644
--- a/clients/client-python/gravitino/api/auditable.py
+++ b/clients/client-python/gravitino/api/auditable.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 from abc import ABC, abstractmethod
diff --git a/clients/client-python/gravitino/api/catalog.py 
b/clients/client-python/gravitino/api/catalog.py
index 299b309fe..439a4909c 100644
--- a/clients/client-python/gravitino/api/catalog.py
+++ b/clients/client-python/gravitino/api/catalog.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 from abc import abstractmethod
diff --git a/clients/client-python/gravitino/api/catalog_change.py 
b/clients/client-python/gravitino/api/catalog_change.py
index 07e3860cf..89121d4ef 100644
--- a/clients/client-python/gravitino/api/catalog_change.py
+++ b/clients/client-python/gravitino/api/catalog_change.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 from abc import ABC
diff --git a/clients/client-python/gravitino/api/fileset.py 
b/clients/client-python/gravitino/api/fileset.py
index 2233c7600..2f3432097 100644
--- a/clients/client-python/gravitino/api/fileset.py
+++ b/clients/client-python/gravitino/api/fileset.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 from abc import abstractmethod
diff --git a/clients/client-python/gravitino/api/fileset_change.py 
b/clients/client-python/gravitino/api/fileset_change.py
index b19de9cb6..4dba4ec93 100644
--- a/clients/client-python/gravitino/api/fileset_change.py
+++ b/clients/client-python/gravitino/api/fileset_change.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 from abc import ABC
diff --git a/clients/client-python/gravitino/api/metalake.py 
b/clients/client-python/gravitino/api/metalake.py
index 0fdd2ed28..3f3708cbb 100644
--- a/clients/client-python/gravitino/api/metalake.py
+++ b/clients/client-python/gravitino/api/metalake.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 from abc import abstractmethod
diff --git a/clients/client-python/gravitino/api/metalake_change.py 
b/clients/client-python/gravitino/api/metalake_change.py
index 5fb440c76..a34c0f0e9 100644
--- a/clients/client-python/gravitino/api/metalake_change.py
+++ b/clients/client-python/gravitino/api/metalake_change.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 from dataclasses import dataclass, field
diff --git a/clients/client-python/gravitino/api/schema.py 
b/clients/client-python/gravitino/api/schema.py
index c578a35f7..4723a078e 100644
--- a/clients/client-python/gravitino/api/schema.py
+++ b/clients/client-python/gravitino/api/schema.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 from abc import abstractmethod
diff --git a/clients/client-python/gravitino/api/schema_change.py 
b/clients/client-python/gravitino/api/schema_change.py
index 1257ba371..bdc33914f 100644
--- a/clients/client-python/gravitino/api/schema_change.py
+++ b/clients/client-python/gravitino/api/schema_change.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 from abc import ABC
diff --git a/clients/client-python/gravitino/api/supports_schemas.py 
b/clients/client-python/gravitino/api/supports_schemas.py
index 2459a4238..773201f47 100644
--- a/clients/client-python/gravitino/api/supports_schemas.py
+++ b/clients/client-python/gravitino/api/supports_schemas.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 from abc import ABC, abstractmethod
diff --git a/clients/client-python/gravitino/auth/__init__.py 
b/clients/client-python/gravitino/auth/__init__.py
index 72d103e31..c206137f1 100644
--- a/clients/client-python/gravitino/auth/__init__.py
+++ b/clients/client-python/gravitino/auth/__init__.py
@@ -15,5 +15,4 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
diff --git a/clients/client-python/gravitino/auth/auth_constants.py 
b/clients/client-python/gravitino/auth/auth_constants.py
index ef6e36f0e..2494030fc 100644
--- a/clients/client-python/gravitino/auth/auth_constants.py
+++ b/clients/client-python/gravitino/auth/auth_constants.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 
diff --git a/clients/client-python/gravitino/auth/auth_data_provider.py 
b/clients/client-python/gravitino/auth/auth_data_provider.py
index b63536a6f..cf28036e9 100644
--- a/clients/client-python/gravitino/auth/auth_data_provider.py
+++ b/clients/client-python/gravitino/auth/auth_data_provider.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 from abc import ABC, abstractmethod
diff --git a/clients/client-python/gravitino/auth/simple_auth_provider.py 
b/clients/client-python/gravitino/auth/simple_auth_provider.py
index 71990f5ea..ef013a7fe 100644
--- a/clients/client-python/gravitino/auth/simple_auth_provider.py
+++ b/clients/client-python/gravitino/auth/simple_auth_provider.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 import base64
diff --git a/clients/client-python/gravitino/catalog/__init__.py 
b/clients/client-python/gravitino/catalog/__init__.py
index 72d103e31..c206137f1 100644
--- a/clients/client-python/gravitino/catalog/__init__.py
+++ b/clients/client-python/gravitino/catalog/__init__.py
@@ -15,5 +15,4 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
diff --git a/clients/client-python/gravitino/catalog/base_schema_catalog.py 
b/clients/client-python/gravitino/catalog/base_schema_catalog.py
index 93fd40aac..83d4ea229 100644
--- a/clients/client-python/gravitino/catalog/base_schema_catalog.py
+++ b/clients/client-python/gravitino/catalog/base_schema_catalog.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 import logging
diff --git a/clients/client-python/gravitino/catalog/fileset_catalog.py 
b/clients/client-python/gravitino/catalog/fileset_catalog.py
index c7bd3af47..cb38d0c6f 100644
--- a/clients/client-python/gravitino/catalog/fileset_catalog.py
+++ b/clients/client-python/gravitino/catalog/fileset_catalog.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 import logging
diff --git a/clients/client-python/gravitino/client/__init__.py 
b/clients/client-python/gravitino/client/__init__.py
index 72d103e31..c206137f1 100644
--- a/clients/client-python/gravitino/client/__init__.py
+++ b/clients/client-python/gravitino/client/__init__.py
@@ -15,5 +15,4 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
diff --git a/clients/client-python/gravitino/client/gravitino_admin_client.py 
b/clients/client-python/gravitino/client/gravitino_admin_client.py
index 7e0ce3554..1bb8ce8e9 100644
--- a/clients/client-python/gravitino/client/gravitino_admin_client.py
+++ b/clients/client-python/gravitino/client/gravitino_admin_client.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 import logging
diff --git a/clients/client-python/gravitino/client/gravitino_client.py 
b/clients/client-python/gravitino/client/gravitino_client.py
index 2b58d94a5..bd2337a16 100644
--- a/clients/client-python/gravitino/client/gravitino_client.py
+++ b/clients/client-python/gravitino/client/gravitino_client.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 from typing import List, Dict
diff --git a/clients/client-python/gravitino/client/gravitino_client_base.py 
b/clients/client-python/gravitino/client/gravitino_client_base.py
index 8492045ee..0bf77071a 100644
--- a/clients/client-python/gravitino/client/gravitino_client_base.py
+++ b/clients/client-python/gravitino/client/gravitino_client_base.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 import logging
diff --git a/clients/client-python/gravitino/client/gravitino_metalake.py 
b/clients/client-python/gravitino/client/gravitino_metalake.py
index 07654cb53..e4009fc17 100644
--- a/clients/client-python/gravitino/client/gravitino_metalake.py
+++ b/clients/client-python/gravitino/client/gravitino_metalake.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 import logging
diff --git a/clients/client-python/gravitino/client/gravitino_version.py 
b/clients/client-python/gravitino/client/gravitino_version.py
index 546df5fee..f59e78a86 100644
--- a/clients/client-python/gravitino/client/gravitino_version.py
+++ b/clients/client-python/gravitino/client/gravitino_version.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 import re
diff --git a/clients/client-python/gravitino/constants/__init__.py 
b/clients/client-python/gravitino/constants/__init__.py
index 72d103e31..c206137f1 100644
--- a/clients/client-python/gravitino/constants/__init__.py
+++ b/clients/client-python/gravitino/constants/__init__.py
@@ -15,5 +15,4 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
diff --git a/clients/client-python/gravitino/constants/doc.py 
b/clients/client-python/gravitino/constants/doc.py
index 40e8f14d8..86df9809f 100644
--- a/clients/client-python/gravitino/constants/doc.py
+++ b/clients/client-python/gravitino/constants/doc.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 from gravitino.constants.root import PROJECT_HOME
diff --git a/clients/client-python/gravitino/constants/root.py 
b/clients/client-python/gravitino/constants/root.py
index b272b87c4..613983f1f 100644
--- a/clients/client-python/gravitino/constants/root.py
+++ b/clients/client-python/gravitino/constants/root.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 from pathlib import Path
diff --git a/clients/client-python/gravitino/constants/timeout.py 
b/clients/client-python/gravitino/constants/timeout.py
index faf1c7d3d..5977e00ce 100644
--- a/clients/client-python/gravitino/constants/timeout.py
+++ b/clients/client-python/gravitino/constants/timeout.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 TIMEOUT = 10
diff --git a/clients/client-python/gravitino/constants/version.py 
b/clients/client-python/gravitino/constants/version.py
index f0981cfa3..ffcfeea55 100644
--- a/clients/client-python/gravitino/constants/version.py
+++ b/clients/client-python/gravitino/constants/version.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 from enum import Enum
diff --git a/clients/client-python/gravitino/dto/__init__.py 
b/clients/client-python/gravitino/dto/__init__.py
index 72d103e31..c206137f1 100644
--- a/clients/client-python/gravitino/dto/__init__.py
+++ b/clients/client-python/gravitino/dto/__init__.py
@@ -15,5 +15,4 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
diff --git a/clients/client-python/gravitino/dto/audit_dto.py 
b/clients/client-python/gravitino/dto/audit_dto.py
index 27dcf72bf..e8f1253a6 100644
--- a/clients/client-python/gravitino/dto/audit_dto.py
+++ b/clients/client-python/gravitino/dto/audit_dto.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 from dataclasses import dataclass, field
diff --git a/clients/client-python/gravitino/dto/catalog_dto.py 
b/clients/client-python/gravitino/dto/catalog_dto.py
index 17be8e67d..4e48c4ef6 100644
--- a/clients/client-python/gravitino/dto/catalog_dto.py
+++ b/clients/client-python/gravitino/dto/catalog_dto.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 from typing import Dict
diff --git a/clients/client-python/gravitino/dto/dto_converters.py 
b/clients/client-python/gravitino/dto/dto_converters.py
index 3405ff9f3..86e614557 100644
--- a/clients/client-python/gravitino/dto/dto_converters.py
+++ b/clients/client-python/gravitino/dto/dto_converters.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 from gravitino.api.catalog import Catalog
diff --git a/clients/client-python/gravitino/dto/fileset_dto.py 
b/clients/client-python/gravitino/dto/fileset_dto.py
index dfe43169a..120e6713a 100644
--- a/clients/client-python/gravitino/dto/fileset_dto.py
+++ b/clients/client-python/gravitino/dto/fileset_dto.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 from dataclasses import dataclass, field
diff --git a/clients/client-python/gravitino/dto/metalake_dto.py 
b/clients/client-python/gravitino/dto/metalake_dto.py
index 7c29a5e99..38730ff85 100644
--- a/clients/client-python/gravitino/dto/metalake_dto.py
+++ b/clients/client-python/gravitino/dto/metalake_dto.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 from dataclasses import dataclass, field
diff --git a/clients/client-python/gravitino/dto/requests/__init__.py 
b/clients/client-python/gravitino/dto/requests/__init__.py
index 72d103e31..c206137f1 100644
--- a/clients/client-python/gravitino/dto/requests/__init__.py
+++ b/clients/client-python/gravitino/dto/requests/__init__.py
@@ -15,5 +15,4 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
diff --git 
a/clients/client-python/gravitino/dto/requests/catalog_create_request.py 
b/clients/client-python/gravitino/dto/requests/catalog_create_request.py
index 5394191a3..c8f70dd11 100644
--- a/clients/client-python/gravitino/dto/requests/catalog_create_request.py
+++ b/clients/client-python/gravitino/dto/requests/catalog_create_request.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 from dataclasses import dataclass, field
diff --git 
a/clients/client-python/gravitino/dto/requests/catalog_update_request.py 
b/clients/client-python/gravitino/dto/requests/catalog_update_request.py
index 54ad93b19..d3ba6298a 100644
--- a/clients/client-python/gravitino/dto/requests/catalog_update_request.py
+++ b/clients/client-python/gravitino/dto/requests/catalog_update_request.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 from abc import abstractmethod
diff --git 
a/clients/client-python/gravitino/dto/requests/catalog_updates_request.py 
b/clients/client-python/gravitino/dto/requests/catalog_updates_request.py
index 41941cfdb..942611445 100644
--- a/clients/client-python/gravitino/dto/requests/catalog_updates_request.py
+++ b/clients/client-python/gravitino/dto/requests/catalog_updates_request.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 from dataclasses import dataclass, field
diff --git 
a/clients/client-python/gravitino/dto/requests/fileset_create_request.py 
b/clients/client-python/gravitino/dto/requests/fileset_create_request.py
index ea75ff2c6..86d693266 100644
--- a/clients/client-python/gravitino/dto/requests/fileset_create_request.py
+++ b/clients/client-python/gravitino/dto/requests/fileset_create_request.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 from dataclasses import dataclass, field
diff --git 
a/clients/client-python/gravitino/dto/requests/fileset_update_request.py 
b/clients/client-python/gravitino/dto/requests/fileset_update_request.py
index 81e43f72c..319207bb8 100644
--- a/clients/client-python/gravitino/dto/requests/fileset_update_request.py
+++ b/clients/client-python/gravitino/dto/requests/fileset_update_request.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 from abc import abstractmethod
diff --git 
a/clients/client-python/gravitino/dto/requests/fileset_updates_request.py 
b/clients/client-python/gravitino/dto/requests/fileset_updates_request.py
index 1acec869f..f5a45da08 100644
--- a/clients/client-python/gravitino/dto/requests/fileset_updates_request.py
+++ b/clients/client-python/gravitino/dto/requests/fileset_updates_request.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 from dataclasses import dataclass, field
diff --git 
a/clients/client-python/gravitino/dto/requests/metalake_create_request.py 
b/clients/client-python/gravitino/dto/requests/metalake_create_request.py
index a65890d7c..2308e965b 100644
--- a/clients/client-python/gravitino/dto/requests/metalake_create_request.py
+++ b/clients/client-python/gravitino/dto/requests/metalake_create_request.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 from typing import Optional, Dict
diff --git 
a/clients/client-python/gravitino/dto/requests/metalake_update_request.py 
b/clients/client-python/gravitino/dto/requests/metalake_update_request.py
index c60f2cfd8..bcb9c9101 100644
--- a/clients/client-python/gravitino/dto/requests/metalake_update_request.py
+++ b/clients/client-python/gravitino/dto/requests/metalake_update_request.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 from abc import abstractmethod
diff --git 
a/clients/client-python/gravitino/dto/requests/metalake_updates_request.py 
b/clients/client-python/gravitino/dto/requests/metalake_updates_request.py
index a1509a9d7..d5ecec69c 100644
--- a/clients/client-python/gravitino/dto/requests/metalake_updates_request.py
+++ b/clients/client-python/gravitino/dto/requests/metalake_updates_request.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 from dataclasses import dataclass, field
diff --git 
a/clients/client-python/gravitino/dto/requests/schema_create_request.py 
b/clients/client-python/gravitino/dto/requests/schema_create_request.py
index 523400fd8..5e09e2f2b 100644
--- a/clients/client-python/gravitino/dto/requests/schema_create_request.py
+++ b/clients/client-python/gravitino/dto/requests/schema_create_request.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 from dataclasses import dataclass, field
diff --git 
a/clients/client-python/gravitino/dto/requests/schema_update_request.py 
b/clients/client-python/gravitino/dto/requests/schema_update_request.py
index d09cce43c..7ce8b653c 100644
--- a/clients/client-python/gravitino/dto/requests/schema_update_request.py
+++ b/clients/client-python/gravitino/dto/requests/schema_update_request.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 from abc import abstractmethod
diff --git 
a/clients/client-python/gravitino/dto/requests/schema_updates_request.py 
b/clients/client-python/gravitino/dto/requests/schema_updates_request.py
index fe7369e10..29a5ef9e7 100644
--- a/clients/client-python/gravitino/dto/requests/schema_updates_request.py
+++ b/clients/client-python/gravitino/dto/requests/schema_updates_request.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 from dataclasses import dataclass, field
diff --git a/clients/client-python/gravitino/dto/responses/__init__.py 
b/clients/client-python/gravitino/dto/responses/__init__.py
index 72d103e31..c206137f1 100644
--- a/clients/client-python/gravitino/dto/responses/__init__.py
+++ b/clients/client-python/gravitino/dto/responses/__init__.py
@@ -15,5 +15,4 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
diff --git a/clients/client-python/gravitino/dto/responses/base_response.py 
b/clients/client-python/gravitino/dto/responses/base_response.py
index 79a3a30c5..71efece86 100644
--- a/clients/client-python/gravitino/dto/responses/base_response.py
+++ b/clients/client-python/gravitino/dto/responses/base_response.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 from dataclasses import dataclass, field
diff --git 
a/clients/client-python/gravitino/dto/responses/catalog_list_response.py 
b/clients/client-python/gravitino/dto/responses/catalog_list_response.py
index 8372bfa68..6feca21dc 100644
--- a/clients/client-python/gravitino/dto/responses/catalog_list_response.py
+++ b/clients/client-python/gravitino/dto/responses/catalog_list_response.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 from dataclasses import dataclass, field
diff --git a/clients/client-python/gravitino/dto/responses/catalog_response.py 
b/clients/client-python/gravitino/dto/responses/catalog_response.py
index 30e460dfe..711816563 100644
--- a/clients/client-python/gravitino/dto/responses/catalog_response.py
+++ b/clients/client-python/gravitino/dto/responses/catalog_response.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 from dataclasses import dataclass, field
diff --git a/clients/client-python/gravitino/dto/responses/drop_response.py 
b/clients/client-python/gravitino/dto/responses/drop_response.py
index 3d2843a31..9ac58554f 100644
--- a/clients/client-python/gravitino/dto/responses/drop_response.py
+++ b/clients/client-python/gravitino/dto/responses/drop_response.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 from dataclasses import dataclass, field
diff --git 
a/clients/client-python/gravitino/dto/responses/entity_list_response.py 
b/clients/client-python/gravitino/dto/responses/entity_list_response.py
index 3db4f4277..4e32ac4e4 100644
--- a/clients/client-python/gravitino/dto/responses/entity_list_response.py
+++ b/clients/client-python/gravitino/dto/responses/entity_list_response.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 from dataclasses import dataclass, field
diff --git a/clients/client-python/gravitino/dto/responses/fileset_response.py 
b/clients/client-python/gravitino/dto/responses/fileset_response.py
index 86669a109..db0a1d886 100644
--- a/clients/client-python/gravitino/dto/responses/fileset_response.py
+++ b/clients/client-python/gravitino/dto/responses/fileset_response.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 from dataclasses import dataclass, field
diff --git 
a/clients/client-python/gravitino/dto/responses/metalake_list_response.py 
b/clients/client-python/gravitino/dto/responses/metalake_list_response.py
index 54357e2ad..925c4532b 100644
--- a/clients/client-python/gravitino/dto/responses/metalake_list_response.py
+++ b/clients/client-python/gravitino/dto/responses/metalake_list_response.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 from dataclasses import dataclass, field
diff --git a/clients/client-python/gravitino/dto/responses/metalake_response.py 
b/clients/client-python/gravitino/dto/responses/metalake_response.py
index f94175768..c3c4be103 100644
--- a/clients/client-python/gravitino/dto/responses/metalake_response.py
+++ b/clients/client-python/gravitino/dto/responses/metalake_response.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 from dataclasses import dataclass, field
diff --git a/clients/client-python/gravitino/dto/responses/schema_response.py 
b/clients/client-python/gravitino/dto/responses/schema_response.py
index 59f107b2a..836b5376e 100644
--- a/clients/client-python/gravitino/dto/responses/schema_response.py
+++ b/clients/client-python/gravitino/dto/responses/schema_response.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 from dataclasses import dataclass, field
diff --git a/clients/client-python/gravitino/dto/responses/version_response.py 
b/clients/client-python/gravitino/dto/responses/version_response.py
index 880dfcf36..6994dbca1 100644
--- a/clients/client-python/gravitino/dto/responses/version_response.py
+++ b/clients/client-python/gravitino/dto/responses/version_response.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 from dataclasses import dataclass, field
diff --git a/clients/client-python/gravitino/dto/schema_dto.py 
b/clients/client-python/gravitino/dto/schema_dto.py
index 808f4f45e..d0ba90d86 100644
--- a/clients/client-python/gravitino/dto/schema_dto.py
+++ b/clients/client-python/gravitino/dto/schema_dto.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 from dataclasses import dataclass, field
diff --git a/clients/client-python/gravitino/dto/version_dto.py 
b/clients/client-python/gravitino/dto/version_dto.py
index 58b5d1b92..304b8f1a3 100644
--- a/clients/client-python/gravitino/dto/version_dto.py
+++ b/clients/client-python/gravitino/dto/version_dto.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 from dataclasses import dataclass, field
diff --git a/clients/client-python/gravitino/exceptions/__init__.py 
b/clients/client-python/gravitino/exceptions/__init__.py
index 72d103e31..c206137f1 100644
--- a/clients/client-python/gravitino/exceptions/__init__.py
+++ b/clients/client-python/gravitino/exceptions/__init__.py
@@ -15,5 +15,4 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
diff --git 
a/clients/client-python/gravitino/exceptions/gravitino_runtime_exception.py 
b/clients/client-python/gravitino/exceptions/gravitino_runtime_exception.py
index 7cf717bda..d98bc169c 100644
--- a/clients/client-python/gravitino/exceptions/gravitino_runtime_exception.py
+++ b/clients/client-python/gravitino/exceptions/gravitino_runtime_exception.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 
diff --git 
a/clients/client-python/gravitino/exceptions/illegal_name_identifier_exception.py
 
b/clients/client-python/gravitino/exceptions/illegal_name_identifier_exception.py
index 24e102287..bb14af12c 100644
--- 
a/clients/client-python/gravitino/exceptions/illegal_name_identifier_exception.py
+++ 
b/clients/client-python/gravitino/exceptions/illegal_name_identifier_exception.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 
diff --git 
a/clients/client-python/gravitino/exceptions/illegal_namespace_exception.py 
b/clients/client-python/gravitino/exceptions/illegal_namespace_exception.py
index e6e482ea6..f8ded7070 100644
--- a/clients/client-python/gravitino/exceptions/illegal_namespace_exception.py
+++ b/clients/client-python/gravitino/exceptions/illegal_namespace_exception.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 
diff --git 
a/clients/client-python/gravitino/exceptions/no_such_metalake_exception.py 
b/clients/client-python/gravitino/exceptions/no_such_metalake_exception.py
index be6d8627d..6dc136ca9 100644
--- a/clients/client-python/gravitino/exceptions/no_such_metalake_exception.py
+++ b/clients/client-python/gravitino/exceptions/no_such_metalake_exception.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 from gravitino.exceptions.not_found_exception import NotFoundException
diff --git a/clients/client-python/gravitino/exceptions/not_found_exception.py 
b/clients/client-python/gravitino/exceptions/not_found_exception.py
index 5019e5dc6..aff8cb583 100644
--- a/clients/client-python/gravitino/exceptions/not_found_exception.py
+++ b/clients/client-python/gravitino/exceptions/not_found_exception.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 from gravitino.exceptions.gravitino_runtime_exception import 
GravitinoRuntimeException
diff --git a/clients/client-python/gravitino/filesystem/__init__.py 
b/clients/client-python/gravitino/filesystem/__init__.py
index 72d103e31..c206137f1 100644
--- a/clients/client-python/gravitino/filesystem/__init__.py
+++ b/clients/client-python/gravitino/filesystem/__init__.py
@@ -15,5 +15,4 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
diff --git a/clients/client-python/gravitino/filesystem/gvfs.py 
b/clients/client-python/gravitino/filesystem/gvfs.py
index 45c299824..edb150677 100644
--- a/clients/client-python/gravitino/filesystem/gvfs.py
+++ b/clients/client-python/gravitino/filesystem/gvfs.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 from enum import Enum
diff --git a/clients/client-python/gravitino/namespace.py 
b/clients/client-python/gravitino/namespace.py
index 597316d68..33747ed25 100644
--- a/clients/client-python/gravitino/namespace.py
+++ b/clients/client-python/gravitino/namespace.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 import json
diff --git a/clients/client-python/gravitino/rest/__init__.py 
b/clients/client-python/gravitino/rest/__init__.py
index 72d103e31..c206137f1 100644
--- a/clients/client-python/gravitino/rest/__init__.py
+++ b/clients/client-python/gravitino/rest/__init__.py
@@ -15,5 +15,4 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
diff --git a/clients/client-python/gravitino/rest/rest_message.py 
b/clients/client-python/gravitino/rest/rest_message.py
index 2ba33123e..59e93325b 100644
--- a/clients/client-python/gravitino/rest/rest_message.py
+++ b/clients/client-python/gravitino/rest/rest_message.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 from abc import ABC, abstractmethod
diff --git a/clients/client-python/gravitino/rest/rest_utils.py 
b/clients/client-python/gravitino/rest/rest_utils.py
index 21157602e..077511a2f 100644
--- a/clients/client-python/gravitino/rest/rest_utils.py
+++ b/clients/client-python/gravitino/rest/rest_utils.py
@@ -1,6 +1,20 @@
 """
-Copyright 2024 Datastrato Pvt Ltd.
-This software is licensed under the Apache License version 2.
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
 """
 
 import urllib.parse
diff --git a/clients/client-python/gravitino/typing.py 
b/clients/client-python/gravitino/typing.py
index fc63f79d9..0191bc652 100644
--- a/clients/client-python/gravitino/typing.py
+++ b/clients/client-python/gravitino/typing.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 from typing import Mapping, Sequence, Union
diff --git a/clients/client-python/gravitino/utils/__init__.py 
b/clients/client-python/gravitino/utils/__init__.py
index 451b1f00b..f1e7becb3 100644
--- a/clients/client-python/gravitino/utils/__init__.py
+++ b/clients/client-python/gravitino/utils/__init__.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 from gravitino.utils.http_client import Response, HTTPClient, unpack
diff --git a/clients/client-python/scripts/__init__.py 
b/clients/client-python/scripts/__init__.py
index 72d103e31..c206137f1 100644
--- a/clients/client-python/scripts/__init__.py
+++ b/clients/client-python/scripts/__init__.py
@@ -15,5 +15,4 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
diff --git a/clients/client-python/scripts/generate_doc.py 
b/clients/client-python/scripts/generate_doc.py
index 255bf8cfa..5bad95409 100644
--- a/clients/client-python/scripts/generate_doc.py
+++ b/clients/client-python/scripts/generate_doc.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 import pydoc
diff --git a/clients/client-python/tests/__init__.py 
b/clients/client-python/tests/__init__.py
index 72d103e31..c206137f1 100644
--- a/clients/client-python/tests/__init__.py
+++ b/clients/client-python/tests/__init__.py
@@ -15,5 +15,4 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
diff --git a/clients/client-python/tests/integration/__init__.py 
b/clients/client-python/tests/integration/__init__.py
index 72d103e31..c206137f1 100644
--- a/clients/client-python/tests/integration/__init__.py
+++ b/clients/client-python/tests/integration/__init__.py
@@ -15,5 +15,4 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
diff --git a/clients/client-python/tests/integration/integration_test_env.py 
b/clients/client-python/tests/integration/integration_test_env.py
index 4155c53cd..a34bba23d 100644
--- a/clients/client-python/tests/integration/integration_test_env.py
+++ b/clients/client-python/tests/integration/integration_test_env.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 import logging
diff --git a/clients/client-python/tests/integration/test_fileset_catalog.py 
b/clients/client-python/tests/integration/test_fileset_catalog.py
index a740320c9..da79ef1ed 100644
--- a/clients/client-python/tests/integration/test_fileset_catalog.py
+++ b/clients/client-python/tests/integration/test_fileset_catalog.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 import logging
diff --git a/clients/client-python/tests/integration/test_metalake.py 
b/clients/client-python/tests/integration/test_metalake.py
index 2017e4ca1..fd8fe29ef 100644
--- a/clients/client-python/tests/integration/test_metalake.py
+++ b/clients/client-python/tests/integration/test_metalake.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 import logging
diff --git a/clients/client-python/tests/integration/test_schema.py 
b/clients/client-python/tests/integration/test_schema.py
index c2e66829e..80fbff6fe 100644
--- a/clients/client-python/tests/integration/test_schema.py
+++ b/clients/client-python/tests/integration/test_schema.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 import logging
diff --git a/clients/client-python/tests/integration/test_simple_auth_client.py 
b/clients/client-python/tests/integration/test_simple_auth_client.py
index dcd4e66b2..516db2add 100644
--- a/clients/client-python/tests/integration/test_simple_auth_client.py
+++ b/clients/client-python/tests/integration/test_simple_auth_client.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 import logging
diff --git a/clients/client-python/tests/unittests/__init__.py 
b/clients/client-python/tests/unittests/__init__.py
index 72d103e31..c206137f1 100644
--- a/clients/client-python/tests/unittests/__init__.py
+++ b/clients/client-python/tests/unittests/__init__.py
@@ -15,5 +15,4 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
diff --git a/clients/client-python/tests/unittests/mock_base.py 
b/clients/client-python/tests/unittests/mock_base.py
index b64aa4187..6ad8f281e 100644
--- a/clients/client-python/tests/unittests/mock_base.py
+++ b/clients/client-python/tests/unittests/mock_base.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 import json
diff --git a/clients/client-python/tests/unittests/test_gravitino_version.py 
b/clients/client-python/tests/unittests/test_gravitino_version.py
index 7b294f233..02196effe 100644
--- a/clients/client-python/tests/unittests/test_gravitino_version.py
+++ b/clients/client-python/tests/unittests/test_gravitino_version.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 import unittest
diff --git a/clients/client-python/tests/unittests/test_metalake.py 
b/clients/client-python/tests/unittests/test_metalake.py
index fbbb409c6..b4ca90c05 100644
--- a/clients/client-python/tests/unittests/test_metalake.py
+++ b/clients/client-python/tests/unittests/test_metalake.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 import unittest
diff --git a/clients/client-python/tests/unittests/test_name_identifier.py 
b/clients/client-python/tests/unittests/test_name_identifier.py
index 5fd3464d1..574a68ddb 100644
--- a/clients/client-python/tests/unittests/test_name_identifier.py
+++ b/clients/client-python/tests/unittests/test_name_identifier.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 import unittest
diff --git a/clients/client-python/tests/unittests/test_simple_auth_provider.py 
b/clients/client-python/tests/unittests/test_simple_auth_provider.py
index 391cf9f40..d8c10e467 100644
--- a/clients/client-python/tests/unittests/test_simple_auth_provider.py
+++ b/clients/client-python/tests/unittests/test_simple_auth_provider.py
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 """
 
 import base64

Reply via email to