You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tasks.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ You can preview your work by running `flask run` in the root of your fork. Then
50
50
51
51
## 1.1 - Import Flask
52
52
53
-
@pytest.mark.app-import-flask In order to create a flask application, Import the `Flask` class and the `render_template` function from `flask` at the top of the `jobs/app.py` file.
53
+
@pytest.mark.app-import-flask In order to create a flask application, import the `Flask` class and the `render_template` function from `flask` at the top of the `jobs/app.py` file.
0 commit comments