mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-17 15:39:00 +00:00
revert reformatting
This commit is contained in:
parent
ba387453cf
commit
825bcf3f3b
@ -507,12 +507,7 @@ def chutney(reactor, temp_dir: str) -> tuple[str, dict[str, str]]:
|
||||
)
|
||||
pytest_twisted.blockon(proto.done)
|
||||
|
||||
return (
|
||||
chutney_dir,
|
||||
{
|
||||
"PYTHONPATH": join(chutney_dir, "lib"),
|
||||
}
|
||||
)
|
||||
return (chutney_dir, {"PYTHONPATH": join(chutney_dir, "lib")})
|
||||
|
||||
|
||||
@pytest.fixture(scope='session')
|
||||
|
Loading…
x
Reference in New Issue
Block a user