Skip to content

Commit

Permalink
More docstrings cleanup (#1232)
Browse files Browse the repository at this point in the history
  • Loading branch information
carolineechen authored and Alexandra Belousov committed Sep 17, 2024
1 parent 7655d0d commit 4a44573
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion runhouse/resources/functions/function.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ def from_config(
return Function(**config, dryrun=dryrun)

def share(self, *args, visibility=None, **kwargs):
"""Share and grant access to the resource for the specified users."""
if visibility and not visibility == self.visibility:
self.visibility = visibility
super().remote.visibility = (
Expand Down

0 comments on commit 4a44573

Please sign in to comment.