Skip to content

Commit

Permalink
Merge branch 'wip/refactor-xmlupload-serialise-string-value' of https…
Browse files Browse the repository at this point in the history
…://github.com/dasch-swiss/dsp-tools into wip/refactor-xmlupload-serialise-string-value
  • Loading branch information
Nora-Olivia-Ammann committed Nov 14, 2024
2 parents 7baa831 + d0a17ed commit 6e786ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def serialise(self) -> dict[str, Any]:


class SerialiseDecimal(SerialiseValue):
"""A to be serialised."""
"""A DecimalValue to be serialised."""

def serialise(self) -> dict[str, Any]:
serialised = {
Expand Down

0 comments on commit 6e786ee

Please sign in to comment.