Skip to content

Commit ade2061

Browse files
committed
fix broken import in unused file
1 parent 09f60f2 commit ade2061

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)