Skip to content

Commit 06f3b5b

Browse files
TennyZhuangmbr
authored andcommitted
Remove useless import in README example
1 parent fcf064f commit 06f3b5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A motivating example:
1010

1111
.. code-block:: python
1212
13-
from flask import Flask, render_template
13+
from flask import Flask
1414
from flask_nav import Nav
1515
from flask_nav.elements import *
1616

0 commit comments

Comments
 (0)