Skip to content

Commit cc22865

Browse files
Removing unused code
1 parent 56a78fd commit cc22865

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

src/generate_results.py

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
from json import loads
21
from typing import Union
32
from pathlib import Path
43
from os.path import join
@@ -13,11 +12,11 @@
1312
padding: 0;
1413
}
1514
16-
h3 {
17-
display: flex;
18-
justify-content: center;
19-
padding-top: 18px;
20-
}
15+
h3 {
16+
display: flex;
17+
justify-content: center;
18+
padding-top: 18px;
19+
}
2120
2221
[id^='brax-viewer-'] {
2322
margin: 0;

0 commit comments

Comments
 (0)