Skip to content

Commit

Permalink
Drop "final" usage
Browse files Browse the repository at this point in the history
  • Loading branch information
dennissiemensma committed Jan 16, 2023
1 parent b9014f8 commit 308b04b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dsmr_datalogger/dto.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import datetime
from decimal import Decimal
from typing import Optional, final
from typing import Optional

import attr


@final
@attr.dataclass(frozen=True, slots=True)
class MeterPositionsDTO:
electricity_timestamp: datetime.datetime
Expand Down

0 comments on commit 308b04b

Please sign in to comment.