diff options
Diffstat (limited to 'src/hydrorollcore/utils.py')
| -rw-r--r-- | src/hydrorollcore/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hydrorollcore/utils.py b/src/hydrorollcore/utils.py index 71187856..1333815a 100644 --- a/src/hydrorollcore/utils.py +++ b/src/hydrorollcore/utils.py @@ -189,4 +189,4 @@ def sync_func_wrapper( async def _wrapper(*args: _P.args, **kwargs: _P.kwargs): return func(*args, **kwargs) - return _wrapper
\ No newline at end of file + return _wrapper |
