-
Couldn't load subscription status.
- Fork 20
Closed as not planned
Labels
resolution:invalidThis doesn't seem rightThis doesn't seem righttype:enhancementNew feature or enhancement visitble to usersNew feature or enhancement visitble to users
Milestone
Description
What's needed?
Remove the pylint no-name-in-module disable comments in src/frequenz/sdk/microgrid/client/_client.py.
Proposed solution
Update import to avoid the pylint error no-name-in-module as follows:
From:
from google.protobuf.empty_pb2 import Empty # pylint: disable=no-name-in-moduleTo:
from google.protobuf import empty_pb2Once the change above is made, use empty_pb2.Empty instead and remove all the comments to disable the pylint error in src/frequenz/sdk/microgrid/client/_client.py
Additional context
Suggested in #708 (review)
Metadata
Metadata
Assignees
Labels
resolution:invalidThis doesn't seem rightThis doesn't seem righttype:enhancementNew feature or enhancement visitble to usersNew feature or enhancement visitble to users
Type
Projects
Status
Done