Skip to content

Commit 7eb2e83

Browse files
Small formatting edit
1 parent deb6fb6 commit 7eb2e83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/odm2datamodels/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def from_dict(cls, attributes_dict:Dict) -> object:
5353
setattr(instance, key, value)
5454
return instance
5555

56-
def to_dict(self) -> Dict[str,Any]:
56+
def to_dict(self) -> Dict[str, Any]:
5757
"""Converts attributes into a dictionary"""
5858
columns = self.__table__.columns.keys()
5959
output_dict = {}

0 commit comments

Comments
 (0)