Skip to content

Commit

Permalink
simple doc string update
Browse files Browse the repository at this point in the history
  • Loading branch information
phycodurus committed Sep 13, 2023
1 parent f8479ba commit 0a38a32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tom_observations/facility.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,8 @@ def validate_observation(self, observation_payload):
"""
Same thing as submit_observation, but a dry run. You can
skip this in different modules by just using "pass"
Typically called by the ObservationForm.is_valid() method.
"""
pass

Expand Down

0 comments on commit 0a38a32

Please sign in to comment.