Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
shreemaan-abhishek committed Mar 3, 2025
1 parent 527ffa1 commit c781c75
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apisix/plugins/ai-aws-content-moderation.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,10 @@ local aws_instance = require("resty.aws")()
local http = require("resty.http")
local fetch_secrets = require("apisix.secret").fetch_secrets

local next = next
local pairs = pairs
local unpack = unpack
local type = type
local ipairs = ipairs
local require = require
local HTTP_INTERNAL_SERVER_ERROR = ngx.HTTP_INTERNAL_SERVER_ERROR
local HTTP_BAD_REQUEST = ngx.HTTP_BAD_REQUEST

Expand Down

0 comments on commit c781c75

Please sign in to comment.