Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Perfect5th committed Jul 29, 2024
1 parent a7f0160 commit b8f5370
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions landscape/lib/run_tests.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b8f5370

Please sign in to comment.