Skip to content

Commit cf831fe

Browse files
committed
no cover __repr__
1 parent 8c694b7 commit cf831fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/idom/core/layout.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ def parent(self) -> _ModelState:
611611
assert parent is not None, "detached model state"
612612
return parent
613613

614-
def __repr__(self) -> str:
614+
def __repr__(self) -> str: # pragma: no cover
615615
return f"ModelState({ {s: getattr(self, s, None) for s in self.__slots__} })"
616616

617617

0 commit comments

Comments
 (0)