We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d600341 commit 5fe431bCopy full SHA for 5fe431b
iec_api/models/electric_bill.py
@@ -52,4 +52,4 @@ class ElectricBill(DataClassDictMixin):
52
last_date_to_pay: Optional[str] = field(metadata=field_options(alias="lastDateToPay"), default=None)
53
54
55
-decoder = BasicDecoder(ResponseWithDescriptor[ElectricBill])
+decoder = BasicDecoder(ResponseWithDescriptor[ElectricBill])
0 commit comments