Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b54535d

Browse files
committed
Fix flake8
1 parent 52aa998 commit b54535d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

examples/user_interfaces/web_application_server_sgskip.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525

2626
app = Flask(__name__)
2727

28+
2829
@app.route("/")
2930
def hello():
3031
# Generate the figure **without using pyplot**.
@@ -40,7 +41,8 @@ def hello():
4041

4142
# %%
4243
# When using Matplotlib versions older than 3.1, it is necessary to explicitly
43-
# instantiate an Agg canvas; see e.g. :doc:`/gallery/user_interfaces/canvasagg`.
44+
# instantiate an Agg canvas;
45+
# see e.g. :doc:`/gallery/user_interfaces/canvasagg`.
4446
#
4547
# .. _howto-click-maps:
4648
#

0 commit comments

Comments
 (0)