Commit babe245f authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Pre-merge code cleanup

parent 592b5640
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -12,8 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.



aniso8601==9.0.1
attrs==23.1.0
blinker==1.6.2
+1 −2
Original line number Diff line number Diff line
@@ -69,7 +69,6 @@ var simulation = d3.forceSimulation();

// load the data
d3.json("{{ url_for('main.topology') }}", function(data) {
    console.log(data)
    // set the data and properties of link lines and node circles
    link = svg.append("g").attr("class", "links")//.style('stroke', '#aaa')
        .selectAll("line")
+1 −1

File changed.

Contains only whitespace changes.