Skip to content

Commit b0fc958

Browse files
simplify imports
Co-authored-by: Henry Mercer <henry.mercer@me.com>
1 parent 57db763 commit b0fc958

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

javascript/ql/experimental/adaptivethreatmodeling/lib/experimental/adaptivethreatmodeling/AdaptiveThreatModeling.qll

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
* Provides information about the results of boosted queries for use in adaptive threat modeling (ATM).
55
*/
66

7-
private import javascript as JS
8-
private import JS::DataFlow as DataFlow
7+
private import javascript::DataFlow as DataFlow
98
import ATMConfig
109
private import BaseScoring
1110
private import EndpointScoring as EndpointScoring

0 commit comments

Comments
 (0)