Skip to content

Commit

Permalink
src: black compliance
Browse files Browse the repository at this point in the history
  • Loading branch information
markjoshwel committed Mar 4, 2024
1 parent 77ecd53 commit 29f7cf5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tomlantic/tomlantic.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,11 +231,9 @@ class ModelBoundTOML(Generic[M]):
__original_model: M
__document: TOMLDocument


def __repr__(self) -> str:
return f"{self.__class__.__name__}(model={self.model.__repr__()})"


def __init__(
self,
model: Type[M],
Expand Down

0 comments on commit 29f7cf5

Please sign in to comment.