Skip to content

Commit

Permalink
removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Jun 28, 2018
1 parent 0ef4fbf commit ff3403f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/tornado/simple.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import tornado.web

import engineio
from engineio.async_tornado import get_engineio_handler

define("port", default=8888, help="run on the given port", type=int)
define("debug", default=False, help="run in debug mode")
Expand Down Expand Up @@ -50,4 +49,4 @@ def main():


if __name__ == "__main__":
main()
main()

0 comments on commit ff3403f

Please sign in to comment.