Skip to content

Commit

Permalink
PR review findings
Browse files Browse the repository at this point in the history
Signed-off-by: Dennis Meister <[email protected]>
  • Loading branch information
dennismeister93 committed Jan 11, 2024
1 parent 6ff3c6c commit c4dac9a
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 95 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
python3 -m pip install tox-gh-actions
- name: Run Linters
uses: pre-commit/action@v3.0.0
uses: ./.github/actions/pre-commit-action

- name: Run the daparized databroker binary
run: |
Expand Down
14 changes: 0 additions & 14 deletions .project-creation/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,6 @@
#
# SPDX-License-Identifier: Apache-2.0

# Copyright (c) 2023 Contributors to the Eclipse Foundation

# This program and the accompanying materials are made available under the
# terms of the Apache License, Version 2.0 which is available at
# https://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.

# SPDX-License-Identifier: Apache-2.0

import argparse
import json
import os
Expand Down
13 changes: 0 additions & 13 deletions examples/dog-mode/src/vehicle_model/proto/hvac_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 0 additions & 14 deletions examples/dog-mode/src/vehicle_model/proto/hvac_pb2.pyi
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
# Copyright (c) 2023-2024 Contributors to the Eclipse Foundation
#
# This program and the accompanying materials are made available under the
# terms of the Apache License, Version 2.0 which is available at
# https://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.
#
# SPDX-License-Identifier: Apache-2.0

"""
@generated by mypy-protobuf. Do not edit manually!
isort:skip_file
Expand Down
14 changes: 0 additions & 14 deletions examples/dog-mode/src/vehicle_model/proto/hvac_pb2_grpc.py
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
# Copyright (c) 2023-2024 Contributors to the Eclipse Foundation
#
# This program and the accompanying materials are made available under the
# terms of the Apache License, Version 2.0 which is available at
# https://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.
#
# SPDX-License-Identifier: Apache-2.0

# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
"""Client and server classes corresponding to protobuf-defined services."""
import grpc
Expand Down
13 changes: 0 additions & 13 deletions velocitas_sdk/proto/broker_pb2.pyi
Original file line number Diff line number Diff line change
@@ -1,19 +1,6 @@
"""
@generated by mypy-protobuf. Do not edit manually!
isort:skip_file
Copyright (c) 2022-2023 Contributors to the Eclipse Foundation
This program and the accompanying materials are made available under the
terms of the Apache License, Version 2.0 which is available at
https://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.
SPDX-License-Identifier: Apache-2.0
"""
import builtins
import collections.abc
Expand Down
13 changes: 0 additions & 13 deletions velocitas_sdk/proto/collector_pb2.pyi
Original file line number Diff line number Diff line change
@@ -1,19 +1,6 @@
"""
@generated by mypy-protobuf. Do not edit manually!
isort:skip_file
Copyright (c) 2022-2023 Contributors to the Eclipse Foundation
This program and the accompanying materials are made available under the
terms of the Apache License, Version 2.0 which is available at
https://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.
SPDX-License-Identifier: Apache-2.0
"""
import builtins
import collections.abc
Expand Down
13 changes: 0 additions & 13 deletions velocitas_sdk/proto/types_pb2.pyi
Original file line number Diff line number Diff line change
@@ -1,19 +1,6 @@
"""
@generated by mypy-protobuf. Do not edit manually!
isort:skip_file
Copyright (c) 2023-2024 Contributors to the Eclipse Foundation
This program and the accompanying materials are made available under the
terms of the Apache License, Version 2.0 which is available at
https://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.
SPDX-License-Identifier: Apache-2.0
"""
import builtins
import collections.abc
Expand Down

0 comments on commit c4dac9a

Please sign in to comment.