trim Python2 syntax

This commit is contained in:
Alexandre Detiste
2025-01-06 22:51:37 +01:00
parent 20d2c694c0
commit fec97256b9
131 changed files with 303 additions and 303 deletions

View File

@ -253,7 +253,7 @@ def _tahoe_runner_optional_coverage(proto, reactor, request, other_args):
)
class TahoeProcess(object):
class TahoeProcess:
"""
A running Tahoe process, with associated information.
"""