Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zmievsa committed Oct 25, 2024
1 parent af3b495 commit 7270551
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cadwyn/structure/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ def _validate_subclass(cls):
"__module__",
"__doc__",
"__firstlineno__",
"__static_attributes__",
}:
raise CadwynStructureError(
f"Found: '{attr_name}' attribute of type '{type(attr_value)}' in '{cls.__name__}'."
Expand Down

0 comments on commit 7270551

Please sign in to comment.