X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/e94a41f92a568706700522aaad48ebd137fe1d8b..1610fd6bc5d594c4f27698825913d2f791d3ea02:/tests/data/fmtonoff.py diff --git a/tests/data/fmtonoff.py b/tests/data/fmtonoff.py index 35f2889..d3edab4 100644 --- a/tests/data/fmtonoff.py +++ b/tests/data/fmtonoff.py @@ -225,7 +225,7 @@ def function_signature_stress_test(number:int,no_annotation=None,text:str='defau return text[number:-1] # fmt: on def spaces(a=1, b=(), c=[], d={}, e=True, f=-1, g=1 if False else 2, h="", i=r""): - offset = attr.ib(default=attr.Factory(lambda: _r.uniform(10000, 200000))) + offset = attr.ib(default=attr.Factory(lambda: _r.uniform(10000, 200_000))) assert task._cancel_stack[: len(old_stack)] == old_stack