aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/hydrorollcore/utils.py
diff options
context:
space:
mode:
author苏向夜 <fu050409@163.com>2023-12-09 22:34:27 +0800
committer苏向夜 <fu050409@163.com>2023-12-09 22:37:38 +0800
commit974230ca750963bb0346589da98b05f2d47454ed (patch)
treed3d9a481705cd859be4c654c16742ab2b9cde0ab /src/hydrorollcore/utils.py
parente20c3f29ae8297a8c76587e1e6b732a147798786 (diff)
downloadinfini-974230ca750963bb0346589da98b05f2d47454ed.tar.gz
infini-974230ca750963bb0346589da98b05f2d47454ed.zip
:sparkles: 新增事件及模板
Diffstat (limited to 'src/hydrorollcore/utils.py')
-rw-r--r--src/hydrorollcore/utils.py2
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