Skip to content

Commit

Permalink
Remove unused import in documentation example (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
alisaifee authored Dec 29, 2022
1 parent 98fa080 commit 568776a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Example

::

from flask import Flask, render_template
from flask import Flask
from flask_sock import Sock

app = Flask(__name__)
Expand Down

0 comments on commit 568776a

Please sign in to comment.