Skip to content

Commit

Permalink
revert accidental commit
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Nov 29, 2024
1 parent 6a83282 commit 4f28364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion a_sync/a_sync/property.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ class _ASyncPropertyDescriptorBase(ASyncDescriptor[I, Tuple[()], T]):
"""
c_logger.debug("mapping %s to instances: %s owner: %s", self, instances, owner)
return self._TaskMapping(
self.hidden_method_descriptor,
self,
instances,
owner=owner,
name=name or self.field_name,
Expand Down

0 comments on commit 4f28364

Please sign in to comment.