-
Couldn't load subscription status.
- Fork 5
Description
What happened?
src/frequenz/client/assets/types.py:82:1: DOC602 Class
Microgrid: Class docstring contains more class attributes than in actual class attributes. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
src/frequenz/client/assets/types.py:82:1: DOC603 ClassMicrogrid: Class docstring attributes are different from actual class attributes. (Or could be other formatting issues: https://jsh9.github.io/pydoclint/violation_codes.html#notes-on-doc103 ). Attributes in the class definition but not in the docstring: [delivery_area: DeliveryArea | None, location: Location | None]. Arguments in the docstring but not in the actual class attributes: [country_code: , delivery_area_code: , delivery_area_code_type: , latitude: , longitude: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
What did you expect instead?
The lints to pass.
Affected version(s)
No response
Affected part(s)
Build script, CI, dependencies, etc. (part:tooling)
Extra information
No response