We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb2ed28 commit 5ce3205Copy full SHA for 5ce3205
mltu/configs.py
@@ -13,7 +13,7 @@ def serialize(self):
13
if key not in ['__module__', '__init__', '__doc__', '__annotations__']}
14
instance_attributes = self.__dict__
15
16
- # first init with class attributes then apply instance attributes, overwriting any existing duplicate attributes
+ # first init with class attributes then apply instance attributes overwriting any existing duplicate attributes
17
all_attributes = class_attributes.copy()
18
all_attributes.update(instance_attributes)
19
0 commit comments