Skip to content

Commit 3a05e16

Browse files
committed
remove line
1 parent e31cbe8 commit 3a05e16

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: articles/azure-functions/create-first-function-cli-python.md

-2
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ In this section, you create a function project that contains a single function.
121121
.venv\Scripts\python -m pip install -r requirements.txt
122122
```
123123
124-
125124
### [Cmd](#tab/cmd)
126125
127126
```cmd
@@ -196,7 +195,6 @@ In this section, you create a function project and add an HTTP triggered functio
196195
.venv\Scripts\python -m pip install -r requirements.txt
197196
```
198197
199-
200198
### [Cmd](#tab/cmd)
201199
202200
```cmd

0 commit comments

Comments
 (0)