Skip to content

Commit 2c1c989

Browse files
committed
Revert.
1 parent a3893d6 commit 2c1c989

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mocket/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ def hexload(string: str) -> bytes:
3131

3232

3333
def get_mocketize(wrapper_: Callable) -> Callable:
34+
# trying to support different versions of `decorator`
3435
with contextlib.suppress(TypeError):
3536
return decorator.decorator(wrapper_, kwsyntax=True) # type: ignore[call-arg]
3637
return decorator.decorator(wrapper_)

0 commit comments

Comments
 (0)