Skip to content
This repository was archived by the owner on Jun 7, 2021. It is now read-only.

Commit 5ada025

Browse files
committed
Removed unused perform_action function
1 parent ee87a01 commit 5ada025

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

webthing/server.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@
2222
from .json import JSONEncoder
2323

2424

25-
@tornado.gen.coroutine
26-
def perform_action(action):
27-
"""Perform an Action in a coroutine."""
28-
action.start()
29-
30-
3125
class BaseHandler(tornado.web.RequestHandler):
3226
"""Base handler that is initialized with a thing."""
3327

0 commit comments

Comments
 (0)