Skip to content

Commit

Permalink
Explicitly import tornado.locks
Browse files Browse the repository at this point in the history
  • Loading branch information
sc1f committed Oct 19, 2020
1 parent 1b69b9a commit 5e83d8d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#

from functools import partial
import tornado.locks
import tornado.websocket
from tornado.gen import coroutine
from tornado.ioloop import IOLoop
Expand Down

0 comments on commit 5e83d8d

Please sign in to comment.