Skip to content

Commit 19d028c

Browse files
committed
Remove unused imports from attack graph node submodule
1 parent e847a51 commit 19d028c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

maltoolbox/attackgraph/node.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
import copy
77
from functools import cached_property
88
from typing import TYPE_CHECKING
9-
import numpy as np
10-
import math
119

1210
if TYPE_CHECKING:
1311
from typing import Any, Optional

0 commit comments

Comments
 (0)