mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-13 12:58:20 +00:00
trim Python2 syntax
This commit is contained in:
@ -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.
|
||||
"""
|
||||
|
Reference in New Issue
Block a user