Skip to content

Commit 99501be

Browse files
committed
refactor: Remove legacy asyncGen function
1 parent f131bac commit 99501be

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/WebAppDIRAC/Lib/WebHandler.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,6 @@ def asyncWithCallback(method):
102102
return tornado.web.asynchronous(method)
103103

104104

105-
def asyncGen(method):
106-
return gen.coroutine(method)
107-
108-
109105
def defaultEncoder(data):
110106
"""Encode
111107

0 commit comments

Comments
 (0)