feat: update README, add install section
This commit is contained in:
parent
5b600828f6
commit
4054f62e44
2 changed files with 6 additions and 2 deletions
|
|
@ -15,7 +15,6 @@ def suppress(func):
|
|||
>>> @shush.suppress
|
||||
>>> def suppressed_func():
|
||||
>>> logger.info("this should not be logged")
|
||||
>>> @shush.suppress
|
||||
>>> def normal_func():
|
||||
>>> logger.info("this should be logged")
|
||||
>>> suppressed_func()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue