Skip to content

Commit

Permalink
test: fix types and unused modules
Browse files Browse the repository at this point in the history
  • Loading branch information
delphinus committed Aug 19, 2024
1 parent 081460b commit 9fb11ff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lua/frecency/database/table.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
local Timer = require "frecency.timer"
local log = require "frecency.log"
local lazy_require = require "frecency.lazy_require"
local async = lazy_require "plenary.async" --[[@as FrecencyPlenaryAsync]]

Expand Down
2 changes: 1 addition & 1 deletion lua/frecency/types.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
---@class FrecencyPlenaryJob
---@field new fun(self: FrecencyPlenaryJob, opts: FrecencyPlenaryJobOpts): FrecencyPlenaryJob
---@field start fun(self: FrecencyPlenaryJob): nil
---@field handle uv_process_t
---@field handle VimSystemObj uv_process_t

---@class FrecencyPlenaryJobOpts
---@field cwd? string
Expand Down

0 comments on commit 9fb11ff

Please sign in to comment.