Skip to content

Commit

Permalink
Add missing import statement for socketio in docs (#289)
Browse files Browse the repository at this point in the history
* Add missing import statement for socketio

* Remove incorrect import statement
  • Loading branch information
faheel authored and miguelgrinberg committed Apr 19, 2019
1 parent 55e3a6c commit cacb621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ asynchronous server:

.. code:: python
import engineio
import eventlet
import socketio
sio = socketio.Server()
app = socketio.WSGIApp(sio, static_files={
Expand Down

0 comments on commit cacb621

Please sign in to comment.