File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -291,26 +291,6 @@ function updateResultsCount(count, searchTerm) {
291
291
}
292
292
}
293
293
294
- function getPackages ( ) {
295
- return [
296
- {
297
- title : "Example Package 1" ,
298
- author : "Arduino" ,
299
- description : "A Python client for the Arduino IoT cloud." ,
300
- tags : [ "cloud" , "iot" ] ,
301
- license : "MIT"
302
- } ,
303
- {
304
- title : "Example Package 2" ,
305
- author : "OpenAI" ,
306
- description : "A package for advanced language models." ,
307
- tags : [ "AI" , "NLP" ] ,
308
- license : "Apache-2.0"
309
- } ,
310
- // Add more packages here
311
- ] ;
312
- }
313
-
314
294
function toggleAdvancedOptions ( ) {
315
295
const advancedOptions = document . getElementById ( 'advanced-options' ) ;
316
296
const disclosureIcon = document . getElementById ( 'disclosure-icon' ) ;
You can’t perform that action at this time.
0 commit comments