Skip to content

Commit

Permalink
Remove unneeded imports MaibornWolff#904
Browse files Browse the repository at this point in the history
  • Loading branch information
alschmut committed Apr 9, 2020
1 parent 1b93b61 commit 5c58a0b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion visualization/app/codeCharta/util/treeMapGenerator.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { LayoutNode, TreeMapHelper } from "./treeMapHelper"
import { hierarchy, treemap, HierarchyNode, HierarchyRectangularNode, TreemapLayout } from "d3"
import { TreeMapHelper } from "./treeMapHelper"
import { CodeMapHelper } from "./codeMapHelper"
import { CodeMapNode, BlacklistType, MetricData, Node, State } from "../codeCharta.model"
import Rectangle from "./algorithm/rectangle"
Expand Down
1 change: 0 additions & 1 deletion visualization/app/codeCharta/util/treeMapHelper.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { TreeMapHelper, LayoutNode } from "./treeMapHelper"
import { SquarifiedCodeMapNode } from "./treeMapGenerator"
import { BlacklistType, CodeMapNode, EdgeVisibility, NodeType, State } from "../codeCharta.model"
import { CODE_MAP_BUILDING, STATE } from "./dataMocks"
import Point from "./algorithm/point"
Expand Down

0 comments on commit 5c58a0b

Please sign in to comment.