Skip to content

Commit

Permalink
fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamillar committed Oct 11, 2024
1 parent 12c5da6 commit 7f0e37e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 50 deletions.
49 changes: 0 additions & 49 deletions docs/codec.md

This file was deleted.

1 change: 0 additions & 1 deletion src/gw/named_types/gw_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ def from_dict(cls: Type[T], d: dict) -> T:
raise GwTypeError(f"Pydantic validation error: {e}") from e
return t


def to_dict(self) -> Dict[str, Any]:
d = self.model_dump_json(exclude_none=True, by_alias=True)
return d
Expand Down

0 comments on commit 7f0e37e

Please sign in to comment.