Skip to content

Commit 935240b

Browse files
authored
Merge pull request #76 from NLESC-JCER/solve-sonar-issues
Remove unused files and unused var
2 parents 3a82254 + eeac7fb commit 935240b

File tree

5 files changed

+0
-29
lines changed

5 files changed

+0
-29
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1571,11 +1571,6 @@ The App component can be defined and rendered with.
15711571

15721572
function App() {
15731573
const Form = JSONSchemaForm.default;
1574-
const uiSchema = {
1575-
"guess": {
1576-
"ui:widget": "range"
1577-
}
1578-
}
15791574
const [formData, setFormData] = React.useState({
15801575

15811576
});

cgi-bin/.gitkeep

Whitespace-only changes.

src/js/plot-app.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@ function Plot({roots}) {
3535

3636
function App() {
3737
const Form = JSONSchemaForm.default;
38-
const uiSchema = {
39-
"guess": {
40-
"ui:widget": "range"
41-
}
42-
}
4338
const [formData, setFormData] = React.useState({
4439

4540
});

src/py/hello-templated.py

Lines changed: 0 additions & 10 deletions
This file was deleted.

src/py/hello.py

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)