define -> frozen

Co-authored-by: Jean-Paul Calderone <exarkun@twistedmatrix.com>
This commit is contained in:
meejah 2023-08-02 14:49:36 -06:00 committed by GitHub
parent 5c45cb44bf
commit bd0bfa4ab7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -382,7 +382,7 @@ def chutney(reactor, temp_dir: str) -> tuple[str, dict[str, str]]:
return chutney_dir, {"PYTHONPATH": join(chutney_dir, "lib")}
@define
@frozen
class ChutneyTorNetwork:
"""
Represents a running Chutney (tor) network. Returned by the