Skip to content

Commit

Permalink
[MINOR] fix(client-python): fix license header in new python file (#4051
Browse files Browse the repository at this point in the history
)

### 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
  • Loading branch information
shaofengshi authored Jul 3, 2024
1 parent f387a44 commit 0463ea4
Show file tree
Hide file tree
Showing 91 changed files with 16 additions and 92 deletions.
1 change: 0 additions & 1 deletion clients/client-python/gravitino/api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
"""
1 change: 0 additions & 1 deletion clients/client-python/gravitino/api/audit.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
"""

from abc import ABC, abstractmethod
Expand Down
1 change: 0 additions & 1 deletion clients/client-python/gravitino/api/auditable.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
"""

from abc import ABC, abstractmethod
Expand Down
1 change: 0 additions & 1 deletion clients/client-python/gravitino/api/catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
"""

from abc import abstractmethod
Expand Down
1 change: 0 additions & 1 deletion clients/client-python/gravitino/api/catalog_change.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
"""

from abc import ABC
Expand Down
1 change: 0 additions & 1 deletion clients/client-python/gravitino/api/fileset.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
"""

from abc import abstractmethod
Expand Down
1 change: 0 additions & 1 deletion clients/client-python/gravitino/api/fileset_change.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
"""

from abc import ABC
Expand Down
1 change: 0 additions & 1 deletion clients/client-python/gravitino/api/metalake.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
"""

from abc import abstractmethod
Expand Down
1 change: 0 additions & 1 deletion clients/client-python/gravitino/api/metalake_change.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
"""

from dataclasses import dataclass, field
Expand Down
1 change: 0 additions & 1 deletion clients/client-python/gravitino/api/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
"""

from abc import abstractmethod
Expand Down
1 change: 0 additions & 1 deletion clients/client-python/gravitino/api/schema_change.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
"""

from abc import ABC
Expand Down
1 change: 0 additions & 1 deletion clients/client-python/gravitino/api/supports_schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
"""

from abc import ABC, abstractmethod
Expand Down
1 change: 0 additions & 1 deletion clients/client-python/gravitino/auth/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
"""
1 change: 0 additions & 1 deletion clients/client-python/gravitino/auth/auth_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
"""


Expand Down
1 change: 0 additions & 1 deletion clients/client-python/gravitino/auth/auth_data_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
"""

from abc import ABC, abstractmethod
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
"""

import base64
Expand Down
1 change: 0 additions & 1 deletion clients/client-python/gravitino/catalog/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
"""
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
"""

import logging
Expand Down
1 change: 0 additions & 1 deletion clients/client-python/gravitino/catalog/fileset_catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
"""

import logging
Expand Down
1 change: 0 additions & 1 deletion clients/client-python/gravitino/client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
"""
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
"""

import logging
Expand Down
1 change: 0 additions & 1 deletion clients/client-python/gravitino/client/gravitino_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
"""

from typing import List, Dict
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
"""

import logging
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
"""

import logging
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
"""

import re
Expand Down
1 change: 0 additions & 1 deletion clients/client-python/gravitino/constants/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
"""
1 change: 0 additions & 1 deletion clients/client-python/gravitino/constants/doc.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
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
Expand Down
1 change: 0 additions & 1 deletion clients/client-python/gravitino/constants/root.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
"""

from pathlib import Path
Expand Down
1 change: 0 additions & 1 deletion clients/client-python/gravitino/constants/timeout.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
"""

TIMEOUT = 10
1 change: 0 additions & 1 deletion clients/client-python/gravitino/constants/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
"""

from enum import Enum
Expand Down
1 change: 0 additions & 1 deletion clients/client-python/gravitino/dto/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
"""
1 change: 0 additions & 1 deletion clients/client-python/gravitino/dto/audit_dto.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
"""

from dataclasses import dataclass, field
Expand Down
1 change: 0 additions & 1 deletion clients/client-python/gravitino/dto/catalog_dto.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
"""

from typing import Dict
Expand Down
1 change: 0 additions & 1 deletion clients/client-python/gravitino/dto/dto_converters.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
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
Expand Down
1 change: 0 additions & 1 deletion clients/client-python/gravitino/dto/fileset_dto.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
"""

from dataclasses import dataclass, field
Expand Down
1 change: 0 additions & 1 deletion clients/client-python/gravitino/dto/metalake_dto.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
"""

from dataclasses import dataclass, field
Expand Down
1 change: 0 additions & 1 deletion clients/client-python/gravitino/dto/requests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
"""
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
"""

from dataclasses import dataclass, field
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
"""

from abc import abstractmethod
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
"""

from dataclasses import dataclass, field
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
"""

from dataclasses import dataclass, field
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
"""

from abc import abstractmethod
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
"""

from dataclasses import dataclass, field
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
"""

from typing import Optional, Dict
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
"""

from abc import abstractmethod
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
"""

from dataclasses import dataclass, field
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
"""

from dataclasses import dataclass, field
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
"""

from abc import abstractmethod
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
"""

from dataclasses import dataclass, field
Expand Down
1 change: 0 additions & 1 deletion clients/client-python/gravitino/dto/responses/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
"""
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
"""

from dataclasses import dataclass, field
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
"""

from dataclasses import dataclass, field
Expand Down
Loading

0 comments on commit 0463ea4

Please sign in to comment.