Skip to content

Commit b551c7f

Browse files
committed
fix long line issue
1 parent 50797c4 commit b551c7f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

growattServer/open_api_v1.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1777,7 +1777,11 @@ def read_parameter(
17771777
def common_write_time_segment(
17781778
self,
17791779
command: str,
1780-
params: "OpenApiV1.TimeSegmentParams | OpenApiV1.MixAcDischargeTimeParams | OpenApiV1.MixAcChargeTimeParams",
1780+
params: (
1781+
"OpenApiV1.TimeSegmentParams | "
1782+
"OpenApiV1.MixAcDischargeTimeParams | "
1783+
"OpenApiV1.MixAcChargeTimeParams"
1784+
),
17811785
) -> dict:
17821786
"""Write a time segment parameter to the device."""
17831787
return self._api.write_time_segment(

0 commit comments

Comments
 (0)