Skip to content

Commit

Permalink
fix: add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
frankroeder committed Aug 27, 2024
1 parent effbf48 commit 4a50b58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/parrot/provider/github.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
local OpenAI = require("parrot.provider.openai")
local utils = require("parrot.utils")

local GitHub = setmetatable({}, { __index = OpenAI })
GitHub.__index = GitHub
Expand Down

0 comments on commit 4a50b58

Please sign in to comment.