This commit is contained in:
yasirarism 2023-06-06 14:58:41 +00:00 committed by GitHub
parent 544ff6465b
commit ab1259eb2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,5 @@
import asyncio
from functools import wraps
def asyncify(func):
async def inner(*args, **kwargs):