diff options
author | 2023-04-09 21:15:18 +0100 | |
---|---|---|
committer | 2023-04-11 16:48:14 +0100 | |
commit | 8dca42846d2956122d45795763095559a6a51b64 (patch) | |
tree | 480cd7d3c1a6d6bc87710e2d3c19f223a92f7c5d /tests/_autospec.py | |
parent | Replace CI flake8 config with ruff (diff) |
Migrate code style to ruff
Co-authored-by: Boris Muratov <[email protected]>
Co-authored-by: wookie184 <[email protected]>
Diffstat (limited to 'tests/_autospec.py')
-rw-r--r-- | tests/_autospec.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/_autospec.py b/tests/_autospec.py index ecff6bcbe..6f990a580 100644 --- a/tests/_autospec.py +++ b/tests/_autospec.py @@ -2,7 +2,7 @@ import contextlib import functools import pkgutil import unittest.mock -from typing import Callable +from collections.abc import Callable @functools.wraps(unittest.mock._patch.decoration_helper) |