From b8f5370d799a3dfb286a653b24fd9bf1b73c29fd Mon Sep 17 00:00:00 2001 From: Mitch Burton Date: Mon, 29 Jul 2024 13:50:35 -0700 Subject: [PATCH] lint --- landscape/lib/run_tests.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/landscape/lib/run_tests.py b/landscape/lib/run_tests.py index a6b431eb..074cb994 100644 --- a/landscape/lib/run_tests.py +++ b/landscape/lib/run_tests.py @@ -1,6 +1,7 @@ if __name__ == "__main__": - # Patch Twisted Trial's `_AdaptedReporter` to add the Python 3.12-expected `addDuration` method. - # This eliminates a large amount of emitted warnings, and should no longer be necessary once + # Patch Twisted Trial's `_AdaptedReporter` to add the Python 3.12-expected + # `addDuration` method. This eliminates a large amount of emitted warnings, + # and should no longer be necessary once # https://github.com/twisted/twisted/issues/12229 is fixed. import sys from twisted.trial.reporter import _AdaptedReporter