Skip to content

Commit 06baf70

Browse files
committed
Fix copyright and docstring for __init__.py files
Some files where missing the copyright notice completely, some files have the wrong copyright year, some files had some TODOs in the docstring and most had a bad or outdated docstring. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 8e53fe1 commit 06baf70

File tree

22 files changed

+45
-52
lines changed

22 files changed

+45
-52
lines changed

py/frequenz/api/common/__init__.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
# License: MIT
22
# Copyright © 2023 Frequenz Energy-as-a-Service GmbH
33

4-
"""Frequenz common gRPC API and bindings.
5-
6-
TODO(cookiecutter): Add a more descriptive module description.
7-
"""
4+
"""Frequenz common gRPC API and bindings."""
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# License: MIT
22
# Copyright © 2023 Frequenz Energy-as-a-Service GmbH
33

4-
"""Frequenz Common API definitions for metrics."""
4+
"""Metrics bindings for Frequenz common gRPC API."""
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# License: MIT
22
# Copyright © 2023 Frequenz Energy-as-a-Service GmbH
33

4-
"""Frequenz common gRPC API and bindings."""
4+
"""Frequenz common gRPC API and bindings for v1."""
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# License: MIT
2+
# Copyright © 2023 Frequenz Energy-as-a-Service GmbH
3+
4+
"""Grid bindings for Frequenz common gRPC API."""
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# License: MIT
22
# Copyright © 2023 Frequenz Energy-as-a-Service GmbH
33

4-
"""Frequenz common gRPC API and bindings."""
4+
"""Market bindings for Frequenz common gRPC API."""
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# License: MIT
22
# Copyright © 2023 Frequenz Energy-as-a-Service GmbH
33

4-
"""Frequenz Common API definitions for metrics."""
4+
"""Metrics bindings for Frequenz common gRPC API."""
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# License: MIT
2+
# Copyright © 2023 Frequenz Energy-as-a-Service GmbH
3+
4+
"""Microgrid bindings for Frequenz common gRPC API."""
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# License: MIT
2+
# Copyright © 2023 Frequenz Energy-as-a-Service GmbH
3+
4+
"""Components bindings for Frequenz common gRPC API."""
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# License: MIT
2+
# Copyright © 2023 Frequenz Energy-as-a-Service GmbH
3+
4+
"""Sensors bindings for Frequenz common gRPC API."""
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# License: MIT
22
# Copyright © 2023 Frequenz Energy-as-a-Service GmbH
33

4-
"""Frequenz common gRPC API and bindings."""
4+
"""Pagination bindings for Frequenz common gRPC API."""

0 commit comments

Comments
 (0)