Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions dbsettings/group.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ def __init__(mcs, name, bases, attrs):
attrs.pop('__module__', None)
attrs.pop('__doc__', None)
attrs.pop('__qualname__', None)
attrs.pop('__firstlineno__', None)
attrs.pop('__static_attributes__', None)
for attribute_name, attr in attrs.items():
if not isinstance(attr, Value):
raise TypeError('The type of %s (%s) is not a valid Value.' %
Expand Down