Skip to content

Commit

Permalink
fix lint, unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
tysoekong committed Aug 14, 2024
1 parent 727ed56 commit b07c075
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions kong/llm/proxy/handler.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,6 @@ local kong_utils = require("kong.tools.gzip")
local buffer = require "string.buffer"
local strip = require("kong.tools.utils").strip

-- cloud auth/sdk providers
local GCP_SERVICE_ACCOUNT do
GCP_SERVICE_ACCOUNT = os.getenv("GCP_SERVICE_ACCOUNT")
end

local GCP = require("resty.gcp.request.credentials.accesstoken")
local aws_config = require "resty.aws.config" -- reads environment variables whilst available
local AWS = require("resty.aws")
local AWS_REGION do
AWS_REGION = os.getenv("AWS_REGION") or os.getenv("AWS_DEFAULT_REGION")
end
--


local EMPTY = require("kong.tools.table").EMPTY

Expand Down

0 comments on commit b07c075

Please sign in to comment.