Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
henhuy committed Oct 6, 2023
1 parent 749338b commit a261a94
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions data_adapter_oemof/adapters.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ class Adapter:
Field(name="type", type=str),
)

def as_dict(self) -> dict:
return self.facade_dict

def __init__(self, struct: dict, mapper: Mapper):
self.facade_dict = self.get_default_parameters(struct, mapper)

Expand Down

0 comments on commit a261a94

Please sign in to comment.