Skip to content

Commit 152d9a5

Browse files
fmt
1 parent 46b85b1 commit 152d9a5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pypsdm/models/input/mixins.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
from pypsdm.io.utils import df_to_csv
55
from pypsdm.models.enums import EntitiesEnum, SystemParticipantsEnum
6-
from pypsdm.models.enums import EntitiesEnum
76

87

98
class HasTypeMixin(ABC):
@@ -61,7 +60,7 @@ def to_csv(self, path: str, mkdirs=False, delimiter: str = ","):
6160
@classmethod
6261
def attributes(cls, include_type_attrs: bool = True) -> list[str]:
6362
entity_attributes = cls.entity_attributes()
64-
if cls.get_enum() == SystemParticipantsEnum.ELECTRIC_VEHICLE:
63+
if cls.get_enum() == SystemParticipantsEnum.ELECTRIC_VEHICLE:
6564
entity_attributes.remove("em")
6665

6766
return (

0 commit comments

Comments
 (0)