Skip to content

Commit

Permalink
add after_set_privacy noop
Browse files Browse the repository at this point in the history
  • Loading branch information
adlius committed Oct 12, 2024
1 parent 475406c commit cb10007
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions osf/external/gravy_valet/translations.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@ def create_waterbutler_log(self, *args, **kwargs):
def save(self):
pass

def after_set_privacy(self, *args, **kwargs):
pass


@dataclasses.dataclass
class EphemeralUserSettings:
Expand Down

0 comments on commit cb10007

Please sign in to comment.