From b58e88291e57d27ad8970518cd9c72db0d25d223 Mon Sep 17 00:00:00 2001 From: Owen Mansel-Chan Date: Tue, 6 Jan 2026 23:24:12 +0000 Subject: [PATCH] Remove redundant import --- .../test/library-tests/semmle/go/frameworks/Encoding/jsoniter.ql | 1 - 1 file changed, 1 deletion(-) diff --git a/go/ql/test/library-tests/semmle/go/frameworks/Encoding/jsoniter.ql b/go/ql/test/library-tests/semmle/go/frameworks/Encoding/jsoniter.ql index cc8b6165312..147f3bbb211 100644 --- a/go/ql/test/library-tests/semmle/go/frameworks/Encoding/jsoniter.ql +++ b/go/ql/test/library-tests/semmle/go/frameworks/Encoding/jsoniter.ql @@ -1,5 +1,4 @@ import go -import semmle.go.dataflow.ExternalFlow import ModelValidation import semmle.go.security.CommandInjection import codeql.dataflow.test.ProvenancePathGraph