Skip to content

Commit b317d73

Browse files
committed
QL: fix broken import in unused file
1 parent 8997989 commit b317d73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ql/src/codeql_ql/printAstGenerated.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* to hold for only the AST nodes you wish to view.
99
*/
1010

11-
import ast.internal.TreeSitter::Generated
11+
import ast.internal.TreeSitter::QL
1212
private import codeql.Locations
1313

1414
/**

0 commit comments

Comments
 (0)