Skip to content

Commit

Permalink
Fix a rebase error
Browse files Browse the repository at this point in the history
  • Loading branch information
mwcraig committed Feb 2, 2024
1 parent 85b8338 commit f055a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stellarphot/settings/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def validate_gain(self):


# Add YAML round-tripping for Camera
def camera_representer(dumper, cam):
def _camera_representer(dumper, cam):
return dumper.represent_mapping("!Camera", cam.model_dump())


Expand Down

0 comments on commit f055a95

Please sign in to comment.