diff --git a/src/attr/_funcs.py b/src/attr/_funcs.py index 07b4f8461..73271c5d5 100644 --- a/src/attr/_funcs.py +++ b/src/attr/_funcs.py @@ -387,8 +387,8 @@ class and you didn't pass any attribs. if field.name in hints: # Since fields have been frozen we must work around it. _obj_setattr(field, "type", hints[field.name]) - # We store the class we resolved so that subclasses know they haven't been - # resolved. + # We store the class we resolved so that subclasses know they haven't + # been resolved. cls.__attrs_types_resolved__ = cls # Return the class so you can use it as a decorator too.