Skip to content

Commit 5c4e727

Browse files
committed
feat: removed unused code
1 parent 59f965a commit 5c4e727

File tree

3 files changed

+0
-16
lines changed

3 files changed

+0
-16
lines changed

services/markdownify.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,6 @@ If you know the response id of a previous request you made, you can retrieve all
138138

139139
<CodeGroup>
140140

141-
```python Python
142-
// TODO
143-
```
144-
145141
```javascript JavaScript
146142
import { getMarkdownifyRequest } from 'scrapegraph-js';
147143

services/searchscraper.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -203,10 +203,6 @@ If you know the response id of a previous request you made, you can retrieve all
203203

204204
<CodeGroup>
205205

206-
```python Python
207-
// TODO
208-
```
209-
210206
```javascript JavaScript
211207
import { getSearchScraperRequest } from 'scrapegraph-js';
212208

services/smartscraper.mdx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -199,10 +199,6 @@ If you know the response id of a previous request you made, you can retrieve all
199199

200200
<CodeGroup>
201201

202-
```python Python
203-
// TODO
204-
```
205-
206202
```javascript JavaScript
207203
import { getSmartScraperRequest } from 'scrapegraph-js';
208204

@@ -217,10 +213,6 @@ try {
217213
}
218214
```
219215

220-
```bash cURL
221-
// TODO
222-
```
223-
224216
</CodeGroup>
225217

226218
#### Parameters

0 commit comments

Comments
 (0)