From 11c578756542dedc18a8e590f9027789ea51d64b Mon Sep 17 00:00:00 2001 From: alexzheng111 Date: Wed, 28 May 2025 21:01:12 -0400 Subject: [PATCH 1/2] Remove undefined function (make_log) usage in test_logging.py --- tests/test_logging.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/test_logging.py b/tests/test_logging.py index ce3ac25a..388dcc10 100644 --- a/tests/test_logging.py +++ b/tests/test_logging.py @@ -160,9 +160,3 @@ def test_markup_and_highlight(): render_plain = handler.console.file.getvalue() assert "FORMATTER" in render_plain assert log_message in render_plain - - -if __name__ == "__main__": - render = make_log() - print(render) - print(repr(render)) From eaaebe486050c6f1d3b07c83529c49caeb7fccac Mon Sep 17 00:00:00 2001 From: alexzheng111 Date: Wed, 28 May 2025 21:15:11 -0400 Subject: [PATCH 2/2] Add myself to CONTRIBUTORS.md --- CONTRIBUTORS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 9893915a..d7d56f4a 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -92,3 +92,4 @@ The following people have contributed to the development of Rich: - [chthollyphile](https://github.com/chthollyphile) - [Jonathan Helmus](https://github.com/jjhelmus) - [Brandon Capener](https://github.com/bcapener) +- [Alex Zheng](https://github.com/alexzheng111)