Do not overwrite slots (#3752)
* Do not overwrite slots * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
72e32ea5ca
commit
532707a580
1 changed files with 0 additions and 2 deletions
|
|
@ -72,8 +72,6 @@ class HideLoggingMessage(logging.Filter):
|
|||
|
||||
|
||||
class HidePrintMessage:
|
||||
__slots__ = ("_original_stream", "_hidden_texts")
|
||||
|
||||
def __init__(self, original_stream):
|
||||
self._original_stream = original_stream
|
||||
self._hidden_texts = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue