Skip to content

Commit 9501366

Browse files
authored
Remove duplicates from docstring.
1 parent 99a5e43 commit 9501366

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/brunns/matchers/meta.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,6 @@ class Status:
6464
6565
class StatusMatcher(BaseAutoMatcher[Status]): ...
6666
67-
def is_status() -> Matcher[Status]:
68-
return StatusMatcher()
69-
70-
status = Status(id=99, code="ACTIVE")
71-
7267
def is_status() -> Matcher[Status]: return StatusMatcher()
7368
7469
actual = Status(status_code="ACTIVE", count=99)

0 commit comments

Comments
 (0)