Skip to content

Commit d022d69

Browse files
committed
refactor: remove unnecessary AWS provider import in AST.ql
1 parent 6062782 commit d022d69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • ql/test/library-tests/hcl/aws

ql/test/library-tests/hcl/aws/AST.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
private import codeql.hcl.providers.AWS
1+
import hcl
22

33
query predicate resource(AWS::AwsResource n) { any() }
44

0 commit comments

Comments
 (0)